Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -r1.47 -r1.48 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 28 Aug 2003 09:41:43 -0000 1.47 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 29 Aug 2003 13:32:15 -0000 1.48 @@ -559,7 +559,7 @@ } { # Another package is mounted at the path so we cannot mount global errorInfo - set error_text "Package $version(package-name) could not be mounted at /$version(auto-mount) , there may already me a package mounted there, the error is: $error" + set error_text "Package $version(package-name) could not be mounted at /$version(auto-mount) , there may already be a package mounted there, the error is: $error" ns_log Error "$error_text \n\n$errorInfo" apm_callback_and_log $callback "

$error_text

" }