Index: openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl,v diff -u -r1.8 -r1.8.2.1 --- openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl 3 Dec 2018 17:11:42 -0000 1.8 +++ openacs-4/packages/acs-templating/tcl/deprecated-procs.tcl 19 Dec 2019 19:08:34 -0000 1.8.2.1 @@ -134,7 +134,7 @@ foreach column_name $columns { # first change all references to a column to the proper - # rownum-dependent identifier, ie the array value identified + # rownum-dependent identifier, i.e. the array value identified # by $:() regsub -all "($name).($column_name)" $running_code "$name:${i}($column_name)" running_code } Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.45.2.12 -r1.45.2.13 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 26 Jun 2019 04:27:24 -0000 1.45.2.12 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 19 Dec 2019 19:08:34 -0000 1.45.2.13 @@ -351,7 +351,7 @@ @param scheme the scheme attribute of the meta tag defining which metadata scheme should be used to interpret the metadata, e.g. 'DC' for Dublin Core (http://dublincore.org/) - @param content the content attribute of the meta tag, ie the metadata + @param content the content attribute of the meta tag, i.e. the metadata value @param lang the lang attribute of the meta tag specifying the language of its attributes if they differ from the document language