]> git.lyx.org Git - lyx.git/commitdiff
math.cpp: fix a typo
authorUwe Stöhr <uwestoehr@web.de>
Mon, 30 Mar 2009 01:43:40 +0000 (01:43 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 30 Mar 2009 01:43:40 +0000 (01:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28976 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/math.cpp

index 44b0f083897a0dbac249416194b1982255e03e00..f615926efa6e2d6daf0eae8902b58891e6025c18 100644 (file)
@@ -58,7 +58,7 @@ void parse_math(Parser & p, ostream & os, unsigned flags, const mode_type mode)
                //
                if (t.cat() == catMath) {
                        if (mode == MATHTEXT_MODE) {
-                               // we are inside some text mode thingy, so opening new math is allowed
+                               // we are inside some text mode thing, so opening new math is allowed
                                Token const & n = p.get_token();
                                if (n.cat() == catMath) {
                                        // TeX's $$...$$ syntax for displayed math