diff hgext/record.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents f7a2849ef8cd
children e95ec38f86b0
line wrap: on
line diff
--- 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 .* (.*)$')