]> git.lyx.org Git - lyx.git/blobdiff - src/LaTeXFeatures.h
* do not ignore "requires" field in MathMacro
[lyx.git] / src / LaTeXFeatures.h
index f39699f66adad28313dd6471821e1c06f402f332..d5d02bb5d0cfc4b4a440a6ab98da1ae8bff4b504 100644 (file)
@@ -75,7 +75,7 @@ public:
        static bool isAvailable(std::string const & name);
        /// Has the package been required?
        bool isRequired(std::string const & name) const;
-       /* Is it necessary to load the package? This is true is
+       /* Is it necessary to load the package? This is true if
           isRequired is true and the feature is not provided by the
           textclass.
        */