commit 76eebf57071b977cbc9c8280f28fadc2206d18ff Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Wed Jan 20 17:40:47 2016 +0100
typo diff --git a/src/Language.h b/src/Language.h index 2a9ebb3..ed1bd87 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);