mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
fix typo in comment
This commit is contained in:
parent
57157d2e4d
commit
b1c36045ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user