mercurial/copies.py
changeset 26781 1aee2ab0f902
parent 26659 df66736a128e
child 27876 602add6ad9e5
--- a/mercurial/copies.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/copies.py	Sat Oct 17 00:58:46 2015 +0200
@@ -241,7 +241,7 @@
     """return a 'getfctx' function suitable for checkcopies usage
 
     We have to re-setup the function building 'filectx' for each
-    'checkcopies' to ensure the linkrev adjustement is properly setup for
+    'checkcopies' to ensure the linkrev adjustment is properly setup for
     each. Linkrev adjustment is important to avoid bug in rename
     detection. Moreover, having a proper '_ancestrycontext' setup ensures
     the performance impact of this adjustment is kept limited. Without it,