Commit 388db5f4 authored by Denis Bilenko's avatar Denis Bilenko

fix typo in a comment

parent 4e9463e9
......@@ -112,7 +112,7 @@ def unique(lst):
return result
# parse options: -I name / Iname / -L name / -Lname / -1 / -2
# parse options: -I name / -Iname / -L name / -Lname / -1 / -2
i = 1
while i < len(sys.argv):
arg = sys.argv[i]
......
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