typo (cotinue -> continue)
diff --git a/Lib/mailcap.py b/Lib/mailcap.py
index 9da57d7..4fa5de9 100644
--- a/Lib/mailcap.py
+++ b/Lib/mailcap.py
@@ -58,7 +58,7 @@
 	# 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)):