]> git.lyx.org Git - features.git/commitdiff
typos in comments.
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 15 Mar 2011 13:27:08 +0000 (13:27 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 15 Mar 2011 13:27:08 +0000 (13:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37935 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetSpace.h
src/insets/InsetSpecialChar.h

index b56ad9cd5b85c689c88562f3db945b4373b2743c..5496e3c8489b30a2e269c00ecff84b513a7877fa 100644 (file)
@@ -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; }
index 70741ec787a5a304927f53ce6178484e3a7f6152..2d8401c2b5fa899fec98085bfe4eb7f9d0722151 100644 (file)
@@ -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;