Author: spitz
Date: Tue Mar  8 17:12:35 2011
New Revision: 37885
URL: http://www.lyx.org/trac/changeset/37885

Log:
* Inset.h: fix typo in comment.

Modified:
   lyx-devel/trunk/src/insets/Inset.h

Modified: lyx-devel/trunk/src/insets/Inset.h
==============================================================================
--- lyx-devel/trunk/src/insets/Inset.h  Tue Mar  8 16:35:24 2011        (r37884)
+++ lyx-devel/trunk/src/insets/Inset.h  Tue Mar  8 17:12:35 2011        (r37885)
@@ -428,7 +428,7 @@
        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; }

Reply via email to