Index: openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html,v diff -u -N -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html 13 May 2008 18:53:56 -0000 1.4 +++ openacs-4/packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html 25 Jan 2018 12:26:30 -0000 1.5 @@ -24,7 +24,7 @@
  • spell-checker-logic.cgi — Perl CGI script that checks a text given through POST for spelling errors
  • -
  • spell-checker-style.css — style for mispelled words
  • +
  • spell-checker-style.css — style for misspelled words
  • lang/en.js — main language file (English).
  • @@ -48,7 +48,7 @@ clear marks of which words are incorrect, along with suggestions for each of them. This file is then loaded in the inline frame. Upon loading, a JavaScript function from "spell-check-ui.js" is called. - This function will retrieve all mispelled words from the HTML of the + This function will retrieve all misspelled words from the HTML of the iframe and will setup the user interface so that it allows correction.

    @@ -63,7 +63,7 @@ yet (thread concerning Aspell and Unicode). This mean that words containing Unicode - characters that are not in 0..255 are likely to be reported as "mispelled" by Aspell. + characters that are not in 0..255 are likely to be reported as "misspelled" by Aspell.