Rev 6326: Fix various typos in file:///home/vila/src/bzr/cleanup/various/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Tue Nov 29 14:59:18 UTC 2011
At file:///home/vila/src/bzr/cleanup/various/
------------------------------------------------------------
revno: 6326
revision-id: v.ladeuil+lp at free.fr-20111129145918-ltf6oummq2t9qdqy
parent: pqm at pqm.ubuntu.com-20111129125756-zmz58wibn2o1c6kb
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: various
timestamp: Tue 2011-11-29 15:59:18 +0100
message:
Fix various typos
-------------- 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