From: Jürgen Spitzmüller Date: Fri, 25 Jun 2010 14:06:12 +0000 (+0000) Subject: GuiSpellchecker.cpp: typo X-Git-Tag: 2.0.0~3098 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=807d618a96d635678913212e52cdb31d9f381825;p=features.git GuiSpellchecker.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34704 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiSpellchecker.cpp b/src/frontends/qt4/GuiSpellchecker.cpp index 8d401d1214..e8cf7b25e7 100644 --- a/src/frontends/qt4/GuiSpellchecker.cpp +++ b/src/frontends/qt4/GuiSpellchecker.cpp @@ -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();