From: Richard Heck Date: Sat, 24 Oct 2009 20:25:35 +0000 (+0000) Subject: More typos. X-Git-Tag: 2.0.0~5320 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d7d1b39adcb316ab431c0bb5cec44d83b57b27c1;p=features.git More typos. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31718 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/Layout.h b/src/Layout.h index e96d9ee988..bb3b32d04d 100644 --- a/src/Layout.h +++ b/src/Layout.h @@ -282,9 +282,9 @@ private: std::string latexparam_; /// Internal tag to use (e.g., 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_;