X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fpspell.h;h=d645aacad3b98c33b7bbc49fae748b92758f1da9;hb=e7ef29fa2d516b8593aa3cccb6548de5686e8a9a;hp=2b676d8d438e1a0a983a2eafebfa131235a3c3b0;hpb=44cd0fc9a1687cc63911c7f98d978594458e7813;p=lyx.git diff --git a/src/pspell.h b/src/pspell.h index 2b676d8d43..d645aacad3 100644 --- a/src/pspell.h +++ b/src/pspell.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: PspellCanHaveError * spell_error_object; }; -#endif // PSPELL_H +#endif // LYX_PSPELL_H