]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Fix wrongly copy-pasted entries in SpellcheckerUi.ui
[lyx.git] / src / insets / InsetSpace.h
index b56ad9cd5b85c689c88562f3db945b4373b2743c..5496e3c8489b30a2e269c00ecff84b513a7877fa 100644 (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; }