]> git.lyx.org Git - lyx.git/blobdiff - src/Language.h
Run codespell on src/frontends
[lyx.git] / src / Language.h
index a535f980cb2beceb199a85cb94e702eb375f471a..c81097472790fc1f2bc813a3c4fa9bd36452e6bc 100644 (file)
@@ -57,7 +57,7 @@ public:
        /// active characters
        std::string const activeChars() const { return active_chars_; }
        /// requirement (package, function)
-       std::string const requires() const { return requires_; }
+       std::string const required() const { return required_; }
        /// provides feature
        std::string const provides() const { return provides_; }
        /// translatable GUI name
@@ -125,7 +125,7 @@ private:
        ///
        trivstring active_chars_;
        ///
-       trivstring requires_;
+       trivstring required_;
        ///
        trivstring provides_;
        ///