tex2lyx/text.cpp: fix a typo

(cherry picked from commit a30972a39c)
This commit is contained in:
Uwe Stöhr 2018-03-05 17:37:50 +01:00 committed by Juergen Spitzmueller
parent 5f359e27b0
commit a1cdc1e723

View File

@ -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;