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 -r1.114.2.11 -r1.114.2.12 --- openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 23 May 2020 10:56:36 -0000 1.114.2.11 +++ openacs-4/packages/acs-tcl/tcl/apm-procs.tcl 3 Jul 2020 07:27:28 -0000 1.114.2.12 @@ -879,7 +879,7 @@ ad_proc -private apm_package_reload_cmds {files} { - Map file names into reloading cmds. For every file, a loading + Map filenames into reloading cmds. For every file, a loading command is appended to the result. The command might be empty. @return list of Tcl cmds to be executed to load these files. @@ -1612,7 +1612,7 @@ } } - # We have a non-empty name of a callback proc to invoke + # We have a nonempty name of a callback proc to invoke # Form the full command including arguments set command [list {*}$proc_name {*}[apm_callback_format_args -type $type -arg_list $arg_list]]