Index: openacs-4/packages/acs-templating/tcl/tag-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/tag-init.tcl,v diff -u -N -r1.49.2.1 -r1.49.2.2 --- openacs-4/packages/acs-templating/tcl/tag-init.tcl 14 Jul 2019 22:59:26 -0000 1.49.2.1 +++ openacs-4/packages/acs-templating/tcl/tag-init.tcl 5 Oct 2019 13:29:58 -0000 1.49.2.2 @@ -137,7 +137,7 @@ # In order to avoid potential problems with substitution # patterns containing ampersand or backslashes, we use here a # scripted, purely string based substitution (which applies only - # at "compilation time", therefore performance is less critical. + # at "compilation time", therefore, performance is less critical. # # We have still to protect the case, that the passed-in $src # contains "__COMMAND__" which has to be protected. The