More typos.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31718 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-10-24 20:25:35 +00:00
parent e3cb00d7c7
commit d7d1b39adc

View 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_;