tex2lyx/text.cpp: fix a typo

This commit is contained in:
Uwe Stöhr 2018-03-05 17:37:50 +01:00
parent cbf2a329c9
commit a30972a39c

View File

@ -2526,7 +2526,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;