commit a30972a39c10647ffcb7eab5382f250331db7a8b
Author: Uwe Stöhr <[email protected]>
Date:   Mon Mar 5 17:37:50 2018 +0100

    tex2lyx/text.cpp: fix a typo
---
 src/tex2lyx/text.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index 3276595..cda081b 100644
--- a/src/tex2lyx/text.cpp
+++ b/src/tex2lyx/text.cpp
@@ -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;

Reply via email to