X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLanguage.h;h=ed1bd8715efe385cd397d8273fd70b0cb8d91eda;hb=1639abb8edaa492c649e69d093436f8a96f07bec;hp=2a9ebb347bba92e180ed6a200960fe6ec2bddd06;hpb=88609b3984073157270a5d935e4a8bf8012135a6;p=lyx.git diff --git a/src/Language.h b/src/Language.h index 2a9ebb347b..ed1bd8715e 100644 --- a/src/Language.h +++ b/src/Language.h @@ -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);