mercurial/exchange.py
changeset 23543 4dd8a6a1240d
parent 23439 743736fc7c41
child 23591 414374cfb531
--- a/mercurial/exchange.py	Sat Dec 13 09:45:00 2014 +0100
+++ b/mercurial/exchange.py	Thu Apr 17 22:47:38 2014 +0200
@@ -824,7 +824,7 @@
         return self.trmanager.transaction()
 
 class transactionmanager(object):
-    """An object to manages the lifecycle of a transaction
+    """An object to manage the life cycle of a transaction
 
     It creates the transaction on demand and calls the appropriate hooks when
     closing the transaction."""