Rev 6037: Fix typo in comment. in file:///home/vila/src/bzr/cleanup/deprecations/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Jul 15 16:09:31 UTC 2011


At file:///home/vila/src/bzr/cleanup/deprecations/

------------------------------------------------------------
revno: 6037
revision-id: v.ladeuil+lp at free.fr-20110715160931-d40sr1hbb1tj57q9
parent: v.ladeuil+lp at free.fr-20110715160904-ftdzrcrgsfjo46ee
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: deprecations
timestamp: Fri 2011-07-15 18:09:31 +0200
message:
  Fix typo in comment.
-------------- next part --------------
=== modified file 'bzrlib/store/versioned/__init__.py'
--- a/bzrlib/store/versioned/__init__.py	2011-01-19 20:39:41 +0000
+++ b/bzrlib/store/versioned/__init__.py	2011-07-15 16:09:31 +0000
@@ -217,7 +217,7 @@
                  "is deprecated. Please provide a to_transaction.",
                  DeprecationWarning,
                  stacklevel=2)
-            # we are copying single objects, and there may be open tranasactions
+            # we are copying single objects, and there may be open transactions
             # so again with the passthrough
             to_transaction = PassThroughTransaction()
         pb = bzrlib.ui.ui_factory.nested_progress_bar()



More information about the bazaar-commits mailing list