mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
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:
parent
ff829bd92b
commit
266399ef83
@ -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; }
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user