Rev 3456: Fix typos in comments. in file:///v/home/vila/src/bzr/cleanup/various/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu May 29 10:48:53 BST 2008


At file:///v/home/vila/src/bzr/cleanup/various/

------------------------------------------------------------
revno: 3456
revision-id: v.ladeuil+lp at free.fr-20080529094847-bdj13zzqm68j8aby
parent: pqm at pqm.ubuntu.com-20080529063551-zfhfve9vxrk288fm
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: various
timestamp: Thu 2008-05-29 11:48:47 +0200
message:
  Fix typos in comments.
  
  * tests/test_selftest.py:
  (TestTransportProviderAdapter): Fix typos in comments.
modified:
  bzrlib/tests/test_selftest.py  test_selftest.py-20051202044319-c110a115d8c0456a
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py	2008-05-12 10:16:36 +0000
+++ b/bzrlib/tests/test_selftest.py	2008-05-29 09:48:47 +0000
@@ -126,8 +126,8 @@
     """
 
     def test_get_transport_permutations(self):
-        # this checks that we the module get_test_permutations call
-        # is made by the adapter get_transport_test_permitations method.
+        # this checks that get_test_permutations defined by the module is
+        # called by the adapter get_transport_test_permutations method.
         class MockModule(object):
             def get_test_permutations(self):
                 return sample_permutation
@@ -139,11 +139,10 @@
                          adapter.get_transport_test_permutations(MockModule()))
 
     def test_adapter_checks_all_modules(self):
-        # this checks that the adapter returns as many permurtations as
-        # there are in all the registered# transport modules for there
-        # - we assume if this matches its probably doing the right thing
-        # especially in combination with the tests for setting the right
-        # classes below.
+        # this checks that the adapter returns as many permutations as there
+        # are in all the registered transport modules - we assume if this
+        # matches its probably doing the right thing especially in combination
+        # with the tests for setting the right classes below.
         from bzrlib.tests.test_transport_implementations \
             import TransportTestProviderAdapter
         from bzrlib.transport import _get_transport_modules



More information about the bazaar-commits mailing list