Index: openacs-4/packages/xooauth/tcl/ms-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xooauth/tcl/ms-procs.tcl,v diff -u -r1.1.2.10 -r1.1.2.11 --- openacs-4/packages/xooauth/tcl/ms-procs.tcl 28 Oct 2021 11:41:00 -0000 1.1.2.10 +++ openacs-4/packages/xooauth/tcl/ms-procs.tcl 27 Nov 2022 17:40:52 -0000 1.1.2.11 @@ -111,7 +111,7 @@ # cannot rely that the interface object (typically # ms::app) exists also in the job-queue, where atjobs are # executed. Therefore, the class method receives everything - # to reconstuct the used interface object. + # to reconstruct the used interface object. # set name [eval $serialized_app_obj] Index: openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl,v diff -u -r1.1.1.1.2.14 -r1.1.1.1.2.15 --- openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl 27 Apr 2022 10:47:23 -0000 1.1.1.1.2.14 +++ openacs-4/packages/xowf-monaco-plugin/tcl/form-field-procs.tcl 27 Nov 2022 17:40:52 -0000 1.1.1.1.2.15 @@ -137,7 +137,7 @@ Class create monaco_html_sandbox -superclass monaco -ad_doc { This class provides an HTML sandbox formfield powered by the Monaco - code editor set to HTML mode. The code inputed in the editor is + code editor set to HTML mode. The code inputted in the editor is rendered as a standalone document inside an iframe, or in a separate window. Index: openacs-4/packages/acs-templating/tcl/element-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/element-procs.tcl,v diff -u -r1.37.2.22 -r1.37.2.23 --- openacs-4/packages/acs-templating/tcl/element-procs.tcl 15 Nov 2022 16:59:14 -0000 1.37.2.22 +++ openacs-4/packages/acs-templating/tcl/element-procs.tcl 27 Nov 2022 17:45:28 -0000 1.37.2.23 @@ -294,7 +294,7 @@ @option multiple A flag indicating that more than one value is expected from the input element - @option format Many form elements allow to specify a format, + @option format Many form elements allow one to specify a format, e.g. a way the element should be displayed or interpret its value. Refer to the specific widgets for the actual behavior. 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.9 -r1.12.2.10 --- openacs-4/packages/acs-templating/tcl/file-procs.tcl 25 Aug 2022 12:45:56 -0000 1.12.2.9 +++ openacs-4/packages/acs-templating/tcl/file-procs.tcl 27 Nov 2022 17:45:28 -0000 1.12.2.10 @@ -101,7 +101,7 @@ "" in $value } { # - # Value is not a list of 3 non-empty elements. + # Value is not a list of 3 nonempty elements. # set result 0 } elseif { [regexp {(\\| )} [lindex $value 0]] } { Index: openacs-4/packages/acs-templating/tcl/query-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/query-procs.tcl,v diff -u -r1.50.2.6 -r1.50.2.7 --- openacs-4/packages/acs-templating/tcl/query-procs.tcl 12 Sep 2022 16:23:35 -0000 1.50.2.6 +++ openacs-4/packages/acs-templating/tcl/query-procs.tcl 27 Nov 2022 17:45:28 -0000 1.50.2.7 @@ -951,10 +951,10 @@ } ad_proc -public template::url { command args } { - Maintains a ns_set of parameters that can be bulk converted to URL + Maintains an ns_set of parameters that can be bulk converted to URL parameters. - It is not clear if this api makes a lot of sense, many + It is not clear if this API makes a lot of sense, many alternatives exist to export parameters in various forms... @see export_vars