From a30972a39c10647ffcb7eab5382f250331db7a8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 5 Mar 2018 17:37:50 +0100 Subject: [PATCH] tex2lyx/text.cpp: fix a typo --- src/tex2lyx/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index 327659545d..cda081bcc9 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; -- 2.39.5