Rules: Typo

This commit is contained in:
Paul Beckingham 2016-08-05 17:41:09 -04:00
parent 64cf3fad76
commit 935145eb9b

View file

@ -356,7 +356,7 @@ void Rules::parseRule (const std::string& input)
while (lexer.token (token, type))
tokens.push_back (token);
// Based on the tokens of the first line, determine which rule ype needs to
// Based on the tokens of the first line, determine which rule type needs to
// be parsed.
if (tokens.size () >= 2 &&
tokens[0] == "define")