Index: openacs-4/packages/acs-tcl/tcl/xml-1-dom-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/xml-1-dom-procs.tcl,v diff -u -r1.11 -r1.11.2.1 --- openacs-4/packages/acs-tcl/tcl/xml-1-dom-procs.tcl 30 Sep 2018 15:43:18 -0000 1.11 +++ openacs-4/packages/acs-tcl/tcl/xml-1-dom-procs.tcl 28 Nov 2019 10:42:20 -0000 1.11.2.1 @@ -44,7 +44,7 @@ # for a node type. # # "Live" data objects are stored as a separate Tcl variable. -# Lists, such as child node lists, are Tcl list variables (ie scalar) +# Lists, such as child node lists, are Tcl list variables (i.e. scalar) # and keyed-value lists, such as attribute lists, are Tcl array # variables. The accessor function returns the variable name, # which the application should treat as a read-only object.