From 8b96731805055352a46ace9b2a1aca649e4d3e66 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 30 Mar 2009 01:43:40 +0000 Subject: [PATCH] math.cpp: fix a typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28976 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/tex2lyx/math.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/math.cpp b/src/tex2lyx/math.cpp index 44b0f08389..f615926efa 100644 --- a/src/tex2lyx/math.cpp +++ b/src/tex2lyx/math.cpp @@ -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 -- 2.39.2