hgext/record.py
changeset 17424 e7cfe3587ea4
parent 17091 f7a2849ef8cd
child 17425 e95ec38f86b0
--- a/hgext/record.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/hgext/record.py	Wed Aug 15 22:38:42 2012 +0200
@@ -81,7 +81,7 @@
 class header(object):
     """patch header
 
-    XXX shoudn't we move this to mercurial/patch.py ?
+    XXX shouldn't we move this to mercurial/patch.py ?
     """
     diffgit_re = re.compile('diff --git a/(.*) b/(.*)$')
     diff_re = re.compile('diff -r .* (.*)$')