mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Rules: Typo
This commit is contained in:
parent
64cf3fad76
commit
935145eb9b
1 changed files with 1 additions and 1 deletions
|
@ -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 stype 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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue