From d7d1b39adcb316ab431c0bb5cec44d83b57b27c1 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 24 Oct 2009 20:25:35 +0000 Subject: [PATCH] More typos. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31718 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Layout.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_; -- 2.39.5