From 266399ef83b3aa2bf4e9ff014f07412fc637b280 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Tue, 15 Mar 2011 13:27:08 +0000 Subject: [PATCH] typos in comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37935 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetSpace.h | 2 +- src/insets/InsetSpecialChar.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetSpace.h b/src/insets/InsetSpace.h index b56ad9cd5b..5496e3c848 100644 --- a/src/insets/InsetSpace.h +++ b/src/insets/InsetSpace.h @@ -140,7 +140,7 @@ public: /// is this an expandible space (rubber length)? bool isStretchableSpace() const; - // should this inset be handled like a normal charater + /// should this inset be handled like a normal character? bool isChar() const { return true; } /// is this equivalent to a letter? bool isLetter() const { return false; } diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index 70741ec787..2d8401c2b5 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -77,7 +77,7 @@ public: /// void validate(LaTeXFeatures &) const; - /// should this inset be handled like a normal charater + /// should this inset be handled like a normal character? bool isChar() const { return true; } /// is this equivalent to a letter? bool isLetter() const; -- 2.39.2