]> git.lyx.org Git - features.git/commitdiff
GuiSpellchecker.cpp: typo
authorJürgen Spitzmüller <spitz@lyx.org>
Fri, 25 Jun 2010 14:06:12 +0000 (14:06 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Fri, 25 Jun 2010 14:06:12 +0000 (14:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34704 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiSpellchecker.cpp

index 8d401d12147306ae64c6b45a9a43daafddf01e69..e8cf7b25e73c1ca4a205bb11aea9d739f46f9b66 100644 (file)
@@ -171,7 +171,7 @@ void GuiSpellchecker::on_languageCO_activated(int index)
 
 void GuiSpellchecker::on_ignoreAllPB_clicked()
 {
-       /// replace all occurences of word
+       /// replace all occurrences of word
        if (d->word_.lang() && !d->word_.word().empty())
                theSpellChecker()->accept(d->word_);
        check();