Rev 6326: Fix various typos in http://bazaar.launchpad.net/~vila/bzr/integration/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Nov 29 14:59:53 UTC 2011


At http://bazaar.launchpad.net/~vila/bzr/integration/

------------------------------------------------------------
revno: 6326 [merge]
revision-id: v.ladeuil+lp at free.fr-20111129145952-mgmty3f04ilsoab8
parent: pqm at pqm.ubuntu.com-20111129125756-zmz58wibn2o1c6kb
parent: v.ladeuil+lp at free.fr-20111129145918-ltf6oummq2t9qdqy
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: trunk
timestamp: Tue 2011-11-29 15:59:52 +0100
message:
  Fix various typos
modified:
  bzrlib/config.py               config.py-20051011043216-070c74f4e9e338e8
  bzrlib/plugin.py               plugin.py-20050622060424-829b654519533d69
  doc/developers/network-protocol.txt networkprotocol.txt-20070903044232-woustorrjbmg5zol-1
-------------- next part --------------
=== modified file 'bzrlib/config.py'
--- a/bzrlib/config.py	2011-11-28 08:21:22 +0000
+++ b/bzrlib/config.py	2011-11-29 14:59:18 +0000
@@ -2764,7 +2764,7 @@
             self.options[name] = value
 
     def external_url(self):
-        # Not an url but it makes debugging easier and it never needed
+        # Not an url but it makes debugging easier and is never needed
         # otherwise
         return 'cmdline'
 
@@ -3622,7 +3622,7 @@
 # ready-to-use store or stack.  Plugins that define new store/stacks can also
 # register themselves here to be tested against the tests defined in
 # bzrlib.tests.test_config. Note that the builder can be called multiple times
-# for the same tests.
+# for the same test.
 
 # The registered object should be a callable receiving a test instance
 # parameter (inheriting from tests.TestCaseWithTransport) and returning a Store

=== modified file 'bzrlib/plugin.py'
--- a/bzrlib/plugin.py	2011-09-20 11:01:37 +0000
+++ b/bzrlib/plugin.py	2011-11-29 14:59:18 +0000
@@ -631,7 +631,7 @@
         return None
 
     def load_module(self, fullname):
-        """Load a plugin from a specific directory."""
+        """Load a plugin from a specific directory (or file)."""
         # We are called only for specific paths
         plugin_path = self.specific_paths[fullname]
         loading_path = None

=== modified file 'doc/developers/network-protocol.txt'
--- a/doc/developers/network-protocol.txt	2010-11-12 22:46:28 +0000
+++ b/doc/developers/network-protocol.txt	2011-11-29 14:59:18 +0000
@@ -11,7 +11,7 @@
 Overview
 ========
 
-The smart protocol provides a way to send a requests and corresponding
+The smart protocol provides a way to send requests and corresponding
 responses to communicate with a remote bzr process.
 
 Layering
@@ -103,7 +103,7 @@
 The domain logic is in `bzrlib.remote`: `RemoteBzrDir`, `RemoteBranch`,
 and so on.
 
-There is also an plain file-level transport that calls remote methods to
+There is also a plain file-level transport that calls remote methods to
 manipulate files on the server in `bzrlib.transport.remote`.
 
 Protocol description



More information about the bazaar-commits mailing list