]> git.lyx.org Git - lyx.git/blobdiff - src/spellchecker.C
more changes, read the Changelog
[lyx.git] / src / spellchecker.C
index f7536cb74953051a861d64fb70f4eaacde9e8b5a..d44a128e905a182d01db7d47d1bc900ec719adc3 100644 (file)
@@ -662,7 +662,7 @@ bool RunSpellChecker(BufferView * bv)
                          "Check /usr/lib/ispell or set another\n"
                          "dictionary in the Spellchecker Options menu."), "", "");
                fclose(out);
-               return true;
+               return false;
        }
 
        // Put ispell in terse mode to improve speed