mercurial/transaction.py
changeset 11685 aade8f133d11
parent 11230 5116a077c3da
child 13400 14f3795a5ed7
--- a/mercurial/transaction.py	Mon Jul 26 22:29:17 2010 +0200
+++ b/mercurial/transaction.py	Mon Jul 26 22:29:49 2010 +0200
@@ -115,7 +115,7 @@
     def release(self):
         if self.count > 0:
             self.usages -= 1
-        # of the transaction scopes are left without being closed, fail
+        # if the transaction scopes are left without being closed, fail
         if self.count > 0 and self.usages == 0:
             self._abort()