Tokenizer::createLinks(): fixed typo in comment.

Since commit 1c01dd64f3.
This commit is contained in:
Slava Semushin 2009-09-22 23:36:12 +07:00
parent ad92aa4c20
commit 610529ab69
1 changed files with 1 additions and 1 deletions

View File

@ -1255,7 +1255,7 @@ bool Tokenizer::createLinks()
{ {
if (links3.size() == 0) if (links3.size() == 0)
{ {
// Error, ( and ) don't match. // Error, [ and ] don't match.
syntaxError(token, '['); syntaxError(token, '[');
return false; return false;
} }