mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
tex2lyx/text.cpp: fix a typo
This commit is contained in:
parent
cbf2a329c9
commit
a30972a39c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user