From: Jürgen Spitzmüller Date: Tue, 15 Mar 2011 13:27:08 +0000 (+0000) Subject: typos in comments. X-Git-Tag: 2.0.0~516 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=266399ef83b3aa2bf4e9ff014f07412fc637b280;p=features.git typos in comments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37935 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;