BIND 10 trac1341, updated. 3924f73fed9f8158918713b09672175f09a973e4 [trac1341] fix some spelling typos
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Nov 22 23:33:13 UTC 2011
The branch, trac1341 has been updated
via 3924f73fed9f8158918713b09672175f09a973e4 (commit)
from e12070c73b529d348f64f8f6e24d75ce710a8a12 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3924f73fed9f8158918713b09672175f09a973e4
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Tue Nov 22 17:33:00 2011 -0600
[trac1341] fix some spelling typos
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/bind10/component.py | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/bind10/component.py b/src/lib/python/isc/bind10/component.py
index 603653b..bc07b32 100644
--- a/src/lib/python/isc/bind10/component.py
+++ b/src/lib/python/isc/bind10/component.py
@@ -111,7 +111,7 @@ class BaseComponent:
The extra parameters are:
- `process` - which program should be started.
- - `address` - the address on message buss, used to talk to the
+ - `address` - the address on message bus, used to talk to the
component.
- `params` - parameters to the program.
@@ -403,7 +403,7 @@ class Configurator:
* `special` - Some components are started in a special way. If it is
present, it specifies which class from the specials parameter should
be used to create the component. In that case, some of the following
- items might be irrelevant, depending on the special component choosen.
+ items might be irrelevant, depending on the special component chosen.
If it is not there, the basic Component class is used.
* `process` - Name of the executable to start. If it is not present,
it defaults to the identifier of the component.
@@ -460,7 +460,7 @@ class Configurator:
It is not expected that anyone would want to shutdown and then start
the configurator again, so we don't explicitly make sure that would
- work. However, we are not avare of anything that would make it not
+ work. However, we are not aware of anything that would make it not
work either.
"""
if not self._running:
More information about the bind10-changes
mailing list