Index: openacs-4/packages/ecommerce/www/admin/tools/spelling-dictionary-add-to.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/tools/spelling-dictionary-add-to.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ecommerce/www/admin/tools/spelling-dictionary-add-to.tcl 26 Aug 2001 23:37:59 -0000 1.1 +++ openacs-4/packages/ecommerce/www/admin/tools/spelling-dictionary-add-to.tcl 26 Nov 2024 09:23:38 -0000 1.2 @@ -14,7 +14,7 @@ # since one chunk is only to be added to the file at a time, it is impossible for the chunks to # become interspersed. -set ispell_file [open "[ns_info pageroot]/tools/ispell-words" a] +set ispell_file [open "[ns_server pagedir]/tools/ispell-words" a] # ispell-words will be of the form: one word per line, with a newline at the end (since -nonewline is not specified) puts $ispell_file "$errword"