mercurial/utils/stringutil.py
changeset 37247 2ed180117f76
parent 37246 0e7550b0964c
child 37290 cc5a040fe150
--- a/mercurial/utils/stringutil.py	Sat Mar 31 11:36:55 2018 -0400
+++ b/mercurial/utils/stringutil.py	Sat Mar 31 13:01:20 2018 -0400
@@ -300,7 +300,7 @@
     if not isauthorwellformed(author) or not mailmap:
         return author
 
-    # Turn the user name into a mailmaptup
+    # Turn the user name into a mailmapping
     commit = mailmapping(name=person(author), email=email(author))
 
     try: