]> git.lyx.org Git - features.git/commitdiff
More typos.
authorRichard Heck <rgheck@comcast.net>
Sat, 24 Oct 2009 20:25:35 +0000 (20:25 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 24 Oct 2009 20:25:35 +0000 (20:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31718 a592a061-630c-0410-9148-cb99ea01b6c8

src/Layout.h

index e96d9ee9886dcc04ed14516307fa00d83bbd2202..bb3b32d04ddee3ca928696401741c25321f51e05 100644 (file)
@@ -282,9 +282,9 @@ private:
        std::string latexparam_;
        /// Internal tag to use (e.g., <title></title> for sect header)
        std::string innertag_;
-       /// Internal tag to use e.g. to surround varlistentry label)
+       /// Internal tag to use (e.g. to surround varentrylist label)
        std::string labeltag_;
-       /// Internal tag to surround the item text in a list)
+       /// Internal tag to surround the item text in a list.
        std::string itemtag_;
        /// Tag for HTML output, e.g., h2.
        std::string htmltag_;