]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
cleanup after svn hang-up, #undef CursorShape. Should be compilable ganin now.
[lyx.git] / src / ispell.C
index 85742611f2266076dcd62110b7e407687fba4010..8a134c8624935de7cd093094f1dd7c3b4cdccddc 100644 (file)
@@ -268,7 +268,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
        } else {
                // select returned error
                error_ = _("The ispell process returned an error.\nPerhaps "
-                                       "it has been configured wrongly ?"));
+                          "it has been configured wrongly ?");
        }
 
        close(pipein[0]);
@@ -376,7 +376,7 @@ enum ISpell::Result ISpell::check(WordLangTuple const & word)
        bool error = select(err_read);
 
        if (error) {
-               error_ = _("Could not communicate with the ispell spellchecker process."));
+               error_ = _("Could not communicate with the ispell spellchecker process.");
                return UNKNOWN_WORD;
        }