GuiSpellchecker.cpp: typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34704 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2010-06-25 14:06:12 +00:00
parent fe124c57ce
commit 807d618a96

View 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();