From: Jürgen Spitzmüller Date: Tue, 8 Mar 2011 16:12:35 +0000 (+0000) Subject: * Inset.h: fix typo in comment. X-Git-Tag: 2.0.0~563 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cf6c0c8192b2a24ecf0e96b0e3c1dd343df23891;p=features.git * Inset.h: fix typo in comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37885 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/Inset.h b/src/insets/Inset.h index c4375b6fff..2683de490a 100644 --- a/src/insets/Inset.h +++ b/src/insets/Inset.h @@ -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; }