Index: openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl,v diff -u -N -r1.12.2.4 -r1.12.2.5 --- openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 11 Jun 2019 18:55:08 -0000 1.12.2.4 +++ openacs-4/packages/acs-tcl/tcl/30-xml-utils-procs.tcl 10 Aug 2019 14:33:26 -0000 1.12.2.5 @@ -3,7 +3,7 @@ the preferred AOLserver XML api. It came in handy to have such an abstraction when the project switched to the tDOM library, so it stayed around, even if now is composed mostly by trivial - oneliners. + one-liners. It is not clear whether it would make more sense to use tDOM directly and avoid this extra layer altogether in the future.