Skip to content
Snippets Groups Projects
Commit ba1c280b authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Corrected typo in comment.

parent 8b4dc4a1
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ HIGH = dict([(h, i) for i, h in enumerate(HIGH)])
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
IMPLICIT_RULES = [
negated_factor,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment