From 807d618a96d635678913212e52cdb31d9f381825 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Fri, 25 Jun 2010 14:06:12 +0000 Subject: [PATCH] GuiSpellchecker.cpp: typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34704 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiSpellchecker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2