diff -r fd69e2f2cb72 Lib/email/mime/application.py --- a/Lib/email/mime/application.py Mon Mar 14 18:58:41 2011 +0200 +++ b/Lib/email/mime/application.py Mon Mar 14 23:11:40 2011 +0100 @@ -17,7 +17,7 @@ _encoder=encoders.encode_base64, **_params): """Create an application/* type MIME document. - _data is a string containing the raw applicatoin data. + _data is a string containing the raw application data. _subtype is the MIME content type subtype, defaulting to 'octet-stream'.