diff -r fc14953e8e34 -r e7cfe3587ea4 mercurial/mail.py --- a/mercurial/mail.py Tue Aug 28 17:59:08 2012 -0500 +++ b/mercurial/mail.py Wed Aug 15 22:38:42 2012 +0200 @@ -151,7 +151,7 @@ def mimetextqp(body, subtype, charset): '''Return MIME message. - Qouted-printable transfer encoding will be used if necessary. + Quoted-printable transfer encoding will be used if necessary. ''' enc = None for line in body.splitlines():