Index: openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl,v diff -u -N -r1.10.2.1 -r1.10.2.2 --- openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 10 Mar 2019 21:19:39 -0000 1.10.2.1 +++ openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 3 Jul 2020 07:27:29 -0000 1.10.2.2 @@ -711,7 +711,7 @@ # req normalization required # # Results: -# Name returned as upper-case if normalization required +# Name returned as uppercase if normalization required proc sgml::Normalize {name req} { if {$req} { @@ -865,7 +865,7 @@ # parse:DTD:_element_ # For each of these procedures, the various regular expressions they use -# are created outside of the proc to avoid overhead at runtime +# are created outside of the proc to avoid overhead at run time # sgml::DTD:ELEMENT -- #