]> git.lyx.org Git - lyx.git/blobdiff - src/aspell_local.h
Really fix start_of_appendix output
[lyx.git] / src / aspell_local.h
index f7e94141014eca635c6acba9222f8305df4ba0fa..59d67294c45c2245aced95278f75750b276bda91 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
@@ -64,7 +64,7 @@ private:
                AspellConfig * config;
        };
 
-       typedef std::map<std::string, struct Speller> Spellers;
+       typedef std::map<std::string, Speller> Spellers;
 
        /// the spellers
        Spellers spellers_;