X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FParser.cpp;h=a538c760efe2ac8f83002cd2a581544bf5c8cfe4;hb=a2b21e3cd4bbfd42e59161143eba6e7681aaa93f;hp=37f7deedc191f781935017f66e2448ec431af4ce;hpb=57157d2e4d156812f574eff54ef0c5a7ed64bb18;p=lyx.git diff --git a/src/tex2lyx/Parser.cpp b/src/tex2lyx/Parser.cpp index 37f7deedc1..a538c760ef 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;