* Inset.h: fix typo in comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37885 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-03-08 16:12:35 +00:00
parent 1c58de4cc7
commit cf6c0c8192

View 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; }