]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
Fix event loop to no longer eat CPU
[lyx.git] / src / aspell_local.h
index 8d72099705add5176d1c1fdc4fb67e70cae02e33..7bfcd01238ff00b5072886380a08c8175ca103a1 100644 (file)
@@ -49,7 +49,7 @@ public:
        /// accept the given word temporarily
        virtual void accept(WordLangTuple const &);
 
-       /// return the next near miss after a MISSED result
+       /// return the next near miss after a SUGGESTED_WORDS result
        virtual std::string const nextMiss();
 
        /// give an error message on messy exit
@@ -75,4 +75,4 @@ private:
        AspellCanHaveError * spell_error_object;
 };
 
-#endif // ASPELL_H
+#endif // LYX_ASPELL_H