Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 18 Nov 2012 18:47:20 -0000 1.20 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 30 Mar 2013 19:07:24 -0000 1.21 @@ -238,7 +238,7 @@ ad_script_abort } - ns_unlink $tmpfile + file delete $tmpfile if { $try == $max_retry } { return -code error "webspell: Tried to execute spellchecker $max_retry times but it did not work out. Sorry!"