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 -r1.10.2.2 -r1.10.2.3 --- openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 3 Jul 2020 07:27:29 -0000 1.10.2.2 +++ openacs-4/packages/acs-tcl/tcl/xml-0-sgml-procs.tcl 4 Aug 2020 09:35:16 -0000 1.10.2.3 @@ -164,7 +164,7 @@ # sgml::parseEvent -- # -# Produces an event stream for a XML/HTML document, +# Produces an event stream for an XML/HTML document, # given the Tcl list format returned by tokenise. # # This procedure checks that the document is well-formed, @@ -817,7 +817,7 @@ # DTD parser for SGML (XML). # # This DTD actually only handles XML DTDs. Other language's -# DTD's, such as HTML, must be written in terms of a XML DTD. +# DTD's, such as HTML, must be written in terms of an XML DTD. # # A DTD is represented as a three element Tcl list. # The first element contains the content models for elements,