typos in comments.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37935 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2011-03-15 13:27:08 +00:00
parent ff829bd92b
commit 266399ef83
2 changed files with 2 additions and 2 deletions

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

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