Index: openacs-4/packages/acs-templating/tcl/file-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/file-procs.tcl,v
diff -u -r1.12.2.7 -r1.12.2.8
--- openacs-4/packages/acs-templating/tcl/file-procs.tcl	25 Aug 2022 11:34:50 -0000	1.12.2.7
+++ openacs-4/packages/acs-templating/tcl/file-procs.tcl	25 Aug 2022 11:37:12 -0000	1.12.2.8
@@ -85,10 +85,10 @@
 }
 
 ad_proc -public template::data::validate::file { value_ref message_ref } {
-    Validate the values in the file widget. In particular:
-    - make sure values are a list of lists of 3 elements
+    Validate the value in the file widget. In particular:
+    - make sure value is a list of 3 elements
     - ensure character cleanup has been performed
-    - ensure tmpfiles are safe
+    - ensure tmpfile is safe
 
     @return boolean
 } {