X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetSpecialChar.h;h=2d8401c2b5fa899fec98085bfe4eb7f9d0722151;hb=2906a35663b92030b0668a42ab370dba8ffca4cf;hp=70741ec787a5a304927f53ce6178484e3a7f6152;hpb=ff829bd92b1ff07fa90ad7c9597b24c1ecc105f6;p=lyx.git diff --git a/src/insets/InsetSpecialChar.h b/src/insets/InsetSpecialChar.h index 70741ec787..2d8401c2b5 100644 --- a/src/insets/InsetSpecialChar.h +++ b/src/insets/InsetSpecialChar.h @@ -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;