Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.288 -r1.289 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 18 Sep 2024 14:10:09 -0000 1.288 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 23 Oct 2024 12:14:49 -0000 1.289 @@ -2118,7 +2118,7 @@ } # - # Make sure that we do not mis-interprete spaces in paths or file + # Make sure that we do not mis-interpret spaces in paths or file # names in the foreach loop. # if {[llength ${:content-type}] == 1} { @@ -3501,7 +3501,7 @@ # # The default for the :preset variable is set to "standard", but # may be overridden by subclasses. This provides a hook for - # site-wide customization via a tcl proc, which enables to inject + # site-wide customization via a Tcl proc, which enables to inject # e.g. information coming from the connection context or other tcl # commands, not possible via parameter alone. #