Index: openacs-4/packages/acs-tcl/tcl/apm-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-procs.tcl,v diff -u -N -r1.105 -r1.106 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 14 May 2018 15:11:33 -0000 1.105 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 17 May 2018 14:42:03 -0000 1.106 @@ -123,7 +123,7 @@ } ad_proc -public apm_body_callback { string } { - This callback uses the document api to append more text to the stream. + This callback uses the document API to append more text to the stream. } { append ::__apm_body $string }