]> git.lyx.org Git - lyx.git/blobdiff - src/Language.h
Initialize bool member of Package in default constructor
[lyx.git] / src / Language.h
index 2a9ebb347bba92e180ed6a200960fe6ec2bddd06..ed1bd8715efe385cd397d8273fd70b0cb8d91eda 100644 (file)
@@ -81,7 +81,7 @@ public:
        std::string const fontenc() const { return fontenc_; }
        /// This language needs to be passed to babel itself (not the class)
        bool asBabelOptions() const { return as_babel_options_; }
-       /// This language correspongs to a translation of the GUI
+       /// This language corresponds to a translation of the GUI
        bool hasGuiSupport() const { return has_gui_support_; }
        ///
        bool read(Lexer & lex);