BIND 10 trac1643, updated. 920106980b5a66212397f5f699f2aac9e6d69cbc [1643] minor editorial nits

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 23 05:14:33 UTC 2012


The branch, trac1643 has been updated
       via  920106980b5a66212397f5f699f2aac9e6d69cbc (commit)
      from  c430386cb0a163ffabc477d864635b4a21f2ef59 (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 920106980b5a66212397f5f699f2aac9e6d69cbc
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Feb 22 21:14:20 2012 -0800

    [1643] minor editorial nits

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/config/ccsession.py            |    3 ++-
 src/lib/python/isc/config/tests/ccsession_test.py |    6 +++---
 src/lib/python/isc/server_common/tsig_keyring.py  |    2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/config/ccsession.py b/src/lib/python/isc/config/ccsession.py
index 14576ea..ea2c817 100644
--- a/src/lib/python/isc/config/ccsession.py
+++ b/src/lib/python/isc/config/ccsession.py
@@ -328,7 +328,8 @@ class ModuleCCSession(ConfigData):
            and return an answer created with create_answer()"""
         self._command_handler = command_handler
 
-    def _add_remote_config_internal(self, module_spec, config_update_callback=None):
+    def _add_remote_config_internal(self, module_spec,
+                                    config_update_callback=None):
         """The guts of add_remote_config and add_remote_config_by_name"""
         module_cfg = ConfigData(module_spec)
         module_name = module_spec.get_module_name()
diff --git a/src/lib/python/isc/config/tests/ccsession_test.py b/src/lib/python/isc/config/tests/ccsession_test.py
index 3021a27..0692f8b 100644
--- a/src/lib/python/isc/config/tests/ccsession_test.py
+++ b/src/lib/python/isc/config/tests/ccsession_test.py
@@ -523,10 +523,10 @@ class TestModuleCCSession(unittest.TestCase):
     # These three functions are helper functions to easy up the writing of them.
     # To write a test, there need to be 3 functions. First, the function that
     # does the actual test. It looks like:
-    # def _internal_test(self, function_lambda, parameter, fill_other_messages):
+    # def _internal_test(self, function_lambda, param, fill_other_messages):
     #
     # The function_lambda provides the tested function if called on the
-    # ccsession. The param is the parameter to pass to the function (either the
+    # ccsession. The param is the parameter to pass to the function (either
     # the module name or the spec file name. The fill_other_messages fills
     # needed messages (the answer containing the module spec in case of add by
     # name, no messages in the case of adding by spec file) into the fake bus.
@@ -585,7 +585,7 @@ class TestModuleCCSession(unittest.TestCase):
         self.assertFalse("Spec2" in fake_session.subscriptions)
         self.assertRaises(ModuleCCSessionError, mccs.get_remote_config_value, "Spec2", "item1")
 
-        # test if unsubscription is alse sent when object is deleted
+        # test if unsubscription is also sent when object is deleted
         fill_other_messages(fake_session)
         fake_session.group_sendmsg({'result' : [0]}, 'Spec2')
         rmodname = function(parameter)
diff --git a/src/lib/python/isc/server_common/tsig_keyring.py b/src/lib/python/isc/server_common/tsig_keyring.py
index a2cd4bc..9d8f3c1 100644
--- a/src/lib/python/isc/server_common/tsig_keyring.py
+++ b/src/lib/python/isc/server_common/tsig_keyring.py
@@ -31,7 +31,7 @@ class Unexpected(Exception):
 
 class AddError(Exception):
     """
-    Raised when an key can not be added. This usually means there's a
+    Raised when a key can not be added. This usually means there's a
     duplicity.
     """
     pass



More information about the bind10-changes mailing list