Index: openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl,v diff -u -r1.20 -r1.20.2.1 --- openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl 3 Nov 2018 19:52:29 -0000 1.20 +++ openacs-4/packages/acs-templating/tcl/spellcheck-init.tcl 15 Jul 2024 12:04:49 -0000 1.20.2.1 @@ -41,7 +41,7 @@ set default_lang [string range $default_lang 0 1] } } on error {errorMsg} { - ns_log Warning "Gettings dicts and default_lang for aspell failed with error message: \"$errorMsg\"" + ns_log Warning "Getting dicts and default_lang for aspell failed with error message: \"$errorMsg\"" ns_log Notice "You might want to upgrade to a more recent version of Aspell ... http://aspell.sourceforge.net/" } } elseif { [string match "*ispell*" $bin] } {