diff mercurial/patch.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 56b2bcea2529
children 8d3c5797a175
line wrap: on
line diff
--- a/mercurial/patch.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/patch.py	Sat Oct 17 00:58:46 2015 +0200
@@ -163,7 +163,7 @@
 
     patch can be a normal patch or contained in an email message.
 
-    return a dictionnary. Standard keys are:
+    return a dictionary. Standard keys are:
       - filename,
       - message,
       - user,
@@ -172,7 +172,7 @@
       - node,
       - p1,
       - p2.
-    Any item can be missing from the dictionary. If filename is mising,
+    Any item can be missing from the dictionary. If filename is missing,
     fileobj did not contain a patch. Caller must unlink filename when done.'''
 
     # attempt to detect the start of a patch