]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: fix a typo
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 5 Mar 2018 16:37:50 +0000 (17:37 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 6 Mar 2018 07:21:34 +0000 (08:21 +0100)
(cherry picked from commit a30972a39c10647ffcb7eab5382f250331db7a8b)

src/tex2lyx/text.cpp

index 7c43a93aaf418556b064f18c67c6475d3cd6b19c..6c938571e1cde124925289a5e80bf3105478fd61 100644 (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;