Fix debug output

This commit is contained in:
Juergen Spitzmueller 2021-08-21 15:19:30 +02:00
parent e8bf83e42b
commit 489549c9b4

View File

@ -433,7 +433,7 @@ void SpellcheckerWidget::on_skipAllPB_clicked()
/// ignore all occurrences of word
if (d->disabled())
return;
LYXERR(Debug::GUI, "Spellchecker: ignore all button");
LYXERR(Debug::GUI, "Spellchecker: skip all button");
if (d->word_.lang() && !d->word_.word().empty())
theSpellChecker()->accept(d->word_);
d->forward();