Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl,v diff -u -N -r1.33.2.1 -r1.33.2.2 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 1 Mar 2019 12:07:23 -0000 1.33.2.1 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 10 Mar 2019 21:56:36 -0000 1.33.2.2 @@ -359,7 +359,7 @@ set proc [apm_attribute_value $callback_node proc] if { [llength [array get callback_array $type]] != 0 } { - # A callback proc of this type already found in the xml file + # A callback proc of this type already found in the XML file ns_log Error "package info file $path contains more than one callback proc of type $type" continue }