]> git.lyx.org Git - features.git/commitdiff
* Inset.h: fix typo in comment.
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Mar 2011 16:12:35 +0000 (16:12 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 8 Mar 2011 16:12:35 +0000 (16:12 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37885 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/Inset.h

index c4375b6fffadc39d2de24cbf34f83bb62e636951..2683de490a90df4a8264613a614ab0942cc3d529 100644 (file)
@@ -428,7 +428,7 @@ public:
        bool undefined() const;
        /// used to toggle insets
        /// is the inset open?
-       /// should this inset be handled like a normal charater
+       /// should this inset be handled like a normal character
        virtual bool isChar() const { return false; }
        /// is this equivalent to a letter?
        virtual bool isLetter() const { return false; }