]> git.lyx.org Git - lyx.git/blobdiff - src/AppleSpellChecker.cpp
Amend 07396ab2445720b21dc8195816eb1aee1f2ae3a7 - fix white space.
[lyx.git] / src / AppleSpellChecker.cpp
index 197512132844e580b9f395a79f53d65bb2887529..4f22a5e09db609425ae0ce84f4d98ede0ea4e9ea 100644 (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;