Author: spitz
Date: Tue Mar 15 14:27:08 2011
New Revision: 37935
URL: http://www.lyx.org/trac/changeset/37935
Log:
typos in comments.
Modified:
lyx-devel/trunk/src/insets/InsetSpace.h
lyx-devel/trunk/src/insets/InsetSpecialChar.h
Modified: lyx-devel/trunk/src/insets/InsetSpace.h
==============================================================================
--- lyx-devel/trunk/src/insets/InsetSpace.h Tue Mar 15 14:19:55 2011
(r37934)
+++ lyx-devel/trunk/src/insets/InsetSpace.h Tue Mar 15 14:27:08 2011
(r37935)
@@ -140,7 +140,7 @@
/// 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; }
Modified: lyx-devel/trunk/src/insets/InsetSpecialChar.h
==============================================================================
--- lyx-devel/trunk/src/insets/InsetSpecialChar.h Tue Mar 15 14:19:55
2011 (r37934)
+++ lyx-devel/trunk/src/insets/InsetSpecialChar.h Tue Mar 15 14:27:08
2011 (r37935)
@@ -77,7 +77,7 @@
///
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;