]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.C
fix some C++ parsing bugs
[lyx.git] / src / ispell.C
index a4f91c517d6d7aee2737dea2b52b103c58501279..4cd221f1822fec91e4bb27ce7fdfd35cf92a5e90 100644 (file)
@@ -183,7 +183,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
 
        // static due to the setvbuf. Ugly.
        static char o_buf[BUFSIZ];
-       
+
        // We need to throw an exception not do this
        pipein[0] = pipein[1] = pipeout[0] = pipeout[1]
                = pipeerr[0] = pipeerr[1] = -1;
@@ -232,7 +232,7 @@ ISpell::ISpell(BufferParams const & params, string const & lang)
        child_.reset(li);
        if (li->start() == -1) {
                error_ = _("Could not create an ispell process.\nYou may not have "
-                       " the right languages installed.");     
+                       " the right languages installed.");
                child_.reset(0);
                return;
        }