Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.189.2.28 -r1.189.2.29 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 6 Oct 2019 16:22:31 -0000 1.189.2.28 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 8 Oct 2019 16:30:26 -0000 1.189.2.29 @@ -3039,7 +3039,7 @@ # means that an error was raised from an "exec". In # that case the raw error just tells that the "child # process exited abnormally", without given any - # details. Therefore we add the exit code to the + # details. Therefore, we add the exit code to the # messages. # set extra "child process (pid [lindex $s_errorCode 0 1]) exited with exit-code [lindex $s_errorCode 0 end]"