Index: openacs-4/packages/acs-templating/tcl/test/spell-checker-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/test/spell-checker-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-templating/tcl/test/spell-checker-procs.tcl 27 Oct 2014 16:40:13 -0000 1.8 +++ openacs-4/packages/acs-templating/tcl/test/spell-checker-procs.tcl 7 Aug 2017 23:48:02 -0000 1.9 @@ -147,9 +147,9 @@ ##### set command $base_command - lappend command -text "This sentence does contain mispelled worrds. What we have here is HTML." + lappend command -text "This sentence does contain misspelled worrds. What we have here is HTML." lappend command -html - set errwords {mispelled worrds} + set errwords {misspelled worrds} aa_log "--- Incorrectly spelled HTML fragment --- $command" @@ -224,3 +224,9 @@ } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: