]> git.lyx.org Git - lyx.git/blobdiff - src/ispell.h
update no.po
[lyx.git] / src / ispell.h
index cb1affed2c243e1b2b0e6088924691f4b96eab80..cdb193fc6cc13494194b9b90019183ac58961677 100644 (file)
@@ -1,6 +1,6 @@
 // -*- C++ -*-
 /**
- * \file sp_ispell.h
+ * \file ispell.h
  * Copyright 2002 the LyX Team
  * Read the file COPYING
  *
@@ -44,10 +44,13 @@ public:
        /// return the next near miss after a MISSED result
        virtual string const nextMiss();
 
-       /// give an error message on messy exit 
+       /// give an error message on messy exit
        virtual string const error();
 
 private:
+       ///
+       void setError();
+
        /// instream to communicate with ispell
        FILE * in;
        /// outstream to communicate with ispell