]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Parser.cpp
tex2lyx/text.cpp: code improvement as proposed by Georg
[lyx.git] / src / tex2lyx / Parser.cpp
index 290b7ba7b77925150d6497250937fc7314565456..20f5058901e163d9ab7f54eece6a73b0b31e1cd3 100644 (file)
@@ -506,7 +506,7 @@ string const Parser::plainCommand(char left, char right, string const & name)
 {
        if (!good())
                return string();
-       // ceck if first token is really the start character
+       // check if first token is really the start character
        Token tok = get_token();
        if (tok.character() != left) {
                cerr << "first character does not match start character of command \\" << name << endl;