mercurial/crecord.py
changeset 26781 1aee2ab0f902
parent 26587 56b2bcea2529
child 27155 8d3c5797a175
child 27528 7cc654610204
--- a/mercurial/crecord.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/crecord.py	Sat Oct 17 00:58:46 2015 +0200
@@ -195,7 +195,7 @@
 class uiheader(patchnode):
     """patch header
 
-    xxx shoudn't we move this to mercurial/patch.py ?
+    xxx shouldn't we move this to mercurial/patch.py ?
     """
 
     def __init__(self, header):
@@ -1434,7 +1434,7 @@
         """
         once we scrolled with pg up pg down we can be pointing outside of the
         display zone. we print the patch with towin=False to compute the
-        location of the selected item eventhough it is outside of the displayed
+        location of the selected item even though it is outside of the displayed
         zone and then update the scroll.
         """
         self.printitem(towin=False)
@@ -1442,7 +1442,7 @@
 
     def toggleedit(self, item=None, test=False):
         """
-            edit the currently chelected chunk
+            edit the currently selected chunk
         """
         def updateui(self):
             self.numpadlines = self.getnumlinesdisplayed(ignorefolding=True) + 1