math.cpp: fix a typo

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28976 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2009-03-30 01:43:40 +00:00
parent a7dfd5796f
commit 8b96731805

View 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