Rev 3652: Fixed typos as per John's review. in file:///v/home/vila/src/bzr/experimental/faster-selftest/

Vincent Ladeuil v.ladeuil+lp at free.fr
Sat Aug 30 09:35:38 BST 2008


At file:///v/home/vila/src/bzr/experimental/faster-selftest/

------------------------------------------------------------
revno: 3652
revision-id: v.ladeuil+lp at free.fr-20080830083535-8qdpr48ehdxp7cjh
parent: v.ladeuil+lp at free.fr-20080829160936-0pufyzshfrotcrrf
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: selftest-prefixes
timestamp: Sat 2008-08-30 10:35:35 +0200
message:
  Fixed typos as per John's review.
modified:
  bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2008-08-29 16:09:36 +0000
+++ b/bzrlib/tests/__init__.py	2008-08-30 08:35:35 +0000
@@ -2698,7 +2698,7 @@
     def resolve_alias(self, id_start):
         """Replace the alias by the prefix in the given string.
 
-        Using a unknown prefix is an error to help catching typos.
+        Using an unknown prefix is an error to help catching typos.
         """
         parts = id_start.split('.')
         try:
@@ -2710,7 +2710,7 @@
 
 
 test_prefix_alias_registry = TestPrefixAliasRegistry()
-"""Registry of test prefixe aliases."""
+"""Registry of test prefix aliases."""
 
 
 # This alias allows to detect typos ('bzrlin.') by making all valid test ids



More information about the bazaar-commits mailing list