E9 - Typo

- In one of the dumbest typos yet, I entered "fasle" instead of "false"
  and the copy/pasted it around.
This commit is contained in:
Paul Beckingham
2011-08-14 10:04:04 -04:00
parent 5a95b96631
commit f3f6cd260a
3 changed files with 8 additions and 23 deletions

View File

@@ -715,6 +715,8 @@ const A3 A3::tokenize (const A3& input) const
found_something_after_sequence = true;
}
// Must be higher than number.
// Must be higher than operator.
else if (n.getDate (date_format, t))
{
output.push_back (Arg (Date (t).toString (date_format), "date"));
@@ -722,6 +724,8 @@ const A3 A3::tokenize (const A3& input) const
found_something_after_sequence = true;
}
// Must be higher than number.
// Must be higher than operator.
else if (is_duration (n, s))
{
output.push_back (Arg (s, "duration"));