From 2d59bf35ec36d5641b99e93a3e90e5ccf5f488b7 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 24 Feb 2008 14:05:06 +0000 Subject: [PATCH] Typo. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23188 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/TextClass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TextClass.h b/src/TextClass.h index db5906493d..b6030c4e85 100644 --- a/src/TextClass.h +++ b/src/TextClass.h @@ -38,7 +38,7 @@ class FloatList; /// List of inset layouts typedef std::map InsetLayouts; -/// Index in globel text class list. Basically a 'strong typedef'/ +/// Index in globel text class list. Basically a 'strong typedef'. class TextClassIndex { public: