Commit ba1c280b authored by Taddeus Kroes's avatar Taddeus Kroes

Corrected typo in comment.

parent 8b4dc4a1
...@@ -56,7 +56,7 @@ HIGH = dict([(h, i) for i, h in enumerate(HIGH)]) ...@@ -56,7 +56,7 @@ HIGH = dict([(h, i) for i, h in enumerate(HIGH)])
LOW = dict([(h, i) for i, h in enumerate(LOW)]) LOW = dict([(h, i) for i, h in enumerate(LOW)])
# List of implicit rules. Implicit rules are condidererd trivial and are # List of implicit rules. Implicit rules are considered trivial and are
# therefore not printed in verbose rewrite_all mode # therefore not printed in verbose rewrite_all mode
IMPLICIT_RULES = [ IMPLICIT_RULES = [
negated_factor, negated_factor,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment