X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Faspell_local.h;h=7bfcd01238ff00b5072886380a08c8175ca103a1;hb=65ca7003ba47b7348610393a9a0d2d309b4e9702;hp=8d72099705add5176d1c1fdc4fb67e70cae02e33;hpb=46756fd9e4087fd30d9de504684d83803cd4b4c5;p=lyx.git diff --git a/src/aspell_local.h b/src/aspell_local.h index 8d72099705..7bfcd01238 100644 --- a/src/aspell_local.h +++ b/src/aspell_local.h @@ -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