Amend 07396ab244 - fix white space.

This commit is contained in:
Stephan Witt 2021-03-07 10:46:00 +01:00
parent a0a7ba7cce
commit 3f75fb7a48
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ SpellChecker::Result AppleSpellChecker::check(WordLangTuple const & word,
string const word_str = to_utf8(word.word());
string const lang = d->languageMap[word.lang()->lang()];
vector<WordLangTuple>::const_iterator it = docdict.begin();
vector<WordLangTuple>::const_iterator it = docdict.begin();
for (; it != docdict.end(); ++it) {
if (it->lang()->code() != word.lang()->code())
continue;

View File

@ -2770,7 +2770,7 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
}
break;
}
case LFUN_SPELLING_IGNORE: {
Language const * language = getLanguage(cur, cmd.getArg(1));