Correct misspellings of ISO-8859
diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py
index 4aa8000..61eba2b 100644
--- a/Lib/email/base64mime.py
+++ b/Lib/email/base64mime.py
@@ -166,7 +166,7 @@
     decoding a text attachment.
 
     This function does not parse a full MIME header value encoded with
-    base64 (like =?iso-8895-1?b?bmloISBuaWgh?=) -- please use the high
+    base64 (like =?iso-8859-1?b?bmloISBuaWgh?=) -- please use the high
     level email.header class for that functionality.
     """
     if not s: