From 701f204b22fb54e01ceb3c7e404e09ecbb5bebdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 1 May 2007 18:12:31 +0000 Subject: [PATCH] LaTeXFeatures.h: fix tipo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18157 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LaTeXFeatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaTeXFeatures.h b/src/LaTeXFeatures.h index f39699f66a..d5d02bb5d0 100644 --- a/src/LaTeXFeatures.h +++ b/src/LaTeXFeatures.h @@ -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. */