From: Uwe Stöhr Date: Mon, 5 Mar 2018 16:37:50 +0000 (+0100) Subject: tex2lyx/text.cpp: fix a typo X-Git-Tag: 2.3.1~133^2~54 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a1cdc1e723a23abded37029cfee725f83492c115;p=features.git tex2lyx/text.cpp: fix a typo (cherry picked from commit a30972a39c10647ffcb7eab5382f250331db7a8b) --- diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 7c43a93aaf..6c938571e1 100644 --- a/src/tex2lyx/text.cpp +++ b/src/tex2lyx/text.cpp @@ -2520,7 +2520,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, bool outer, bool have_cycled = false; while (p.good()) { - // Leave hear only after at least one cycle + // Leave here only after at least one cycle if (have_cycled && flags & FLAG_LEAVE) { flags &= ~FLAG_LEAVE; break;