LaTeXFeatures.h: fix tipo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18157 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-05-01 18:12:31 +00:00
parent d80f36a329
commit 701f204b22

View File

@ -75,7 +75,7 @@ public:
static bool isAvailable(std::string const & name); static bool isAvailable(std::string const & name);
/// Has the package been required? /// Has the package been required?
bool isRequired(std::string const & name) const; 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 isRequired is true and the feature is not provided by the
textclass. textclass.
*/ */