diff -r bbf544b5f2e9 -r 1aee2ab0f902 mercurial/patch.py --- 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