typo (cotinue -> continue)
This commit is contained in:
parent
8e44991b34
commit
cfd89355ef
|
@ -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)):
|
||||
|
|
Loading…
Reference in New Issue