mercurial/mail.py
changeset 17424 e7cfe3587ea4
parent 15562 a82b6038ff08
child 17428 72803c8edaa4
--- 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():