mercurial/simplemerge.py
changeset 30332 318a24b52eeb
parent 30323 5f7d13d3bd4d
child 31216 21fa3d3688f3
--- a/mercurial/simplemerge.py	Thu Nov 03 17:31:14 2016 -0700
+++ b/mercurial/simplemerge.py	Mon Oct 17 23:16:55 2016 +0200
@@ -274,7 +274,7 @@
     def minimize(self, merge_regions):
         """Trim conflict regions of lines where A and B sides match.
 
-        Lines where both A and B have made the same changes at the begining
+        Lines where both A and B have made the same changes at the beginning
         or the end of each merge region are eliminated from the conflict
         region and are instead considered the same.
         """