Commit cfd89355 authored by Guido van Rossum's avatar Guido van Rossum

typo (cotinue -> continue)

parent 8e44991b
......@@ -58,7 +58,7 @@ def readmailcapfile(fp):
# Parse the line
key, fields = parseline(line)
if not (key and fields):
cotinue
continue
# Normalize the key
types = string.splitfields(key, '/')
for j in range(len(types)):
......
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