commit b1c36045ee425b3130cc04b1f1d2690087e244d9
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Sun Mar 31 14:30:55 2019 +0200

    fix typo in comment
---
 src/tex2lyx/Parser.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp
index 37f7dee..a538c76 100644
--- a/src/tex2lyx/Parser.cpp
+++ b/src/tex2lyx/Parser.cpp
@@ -588,8 +588,8 @@ bool Parser::hasListPreamble(string const itemcmd)
                getArg('{', '}');
        // and swallow spaces and comments
        skip_spaces(true);
-       // we have a preamvle if the next thing that follows is not
-       // the \item command
+       // we have a list preamble if the next thing
+       // that follows is not the \item command
        bool res =  next_token().cs() != itemcmd;
        // back to orig position
        pos_ = oldpos;

Reply via email to