hgext/pushexperiment.py
changeset 731 63ce4384be50
parent 729 2e46caeb2890
child 732 05ec92d8150d
--- a/hgext/pushexperiment.py	Mon Jun 03 15:06:18 2013 +0200
+++ b/hgext/pushexperiment.py	Tue Jun 04 17:16:09 2013 +0200
@@ -1,9 +1,9 @@
 """Small extension altering some push behavior
 
-- Add a new wire protocol command to exchange obsolescence marker. Sending the
+- Add a new wire protocol command to exchange obsolescence markers. Sending the
   raw file as a binary instead of using pushkey hack.
 - Add a "push done" notification
-- Push obsolescence marker before anything else (This work arround the lack global transaction)
+- Push obsolescence marker before anything else (This works around the lack of global transaction)
 
 """