BIND 10 master, updated. e4b99333e4c9946741148b6c95ed070653bec0fe Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Nov 15 10:28:07 UTC 2011


The branch, master has been updated
       via  e4b99333e4c9946741148b6c95ed070653bec0fe (commit)
       via  b0cb2b651ec620418e891db0d21791beadb81906 (commit)
      from  936e61c743af685c398abc7590cd813b70a5f5e5 (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 e4b99333e4c9946741148b6c95ed070653bec0fe
Merge: b0cb2b651ec620418e891db0d21791beadb81906 936e61c743af685c398abc7590cd813b70a5f5e5
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Nov 15 04:28:04 2011 -0600

    Merge branch 'master' of ssh://git.bind10.isc.org//var/bind10/git/bind10

commit b0cb2b651ec620418e891db0d21791beadb81906
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Tue Nov 15 04:27:36 2011 -0600

    [master] fix typo in comment

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

Summary of changes:
 src/lib/python/isc/bind10/component.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/bind10/component.py b/src/lib/python/isc/bind10/component.py
index 603653b..248bd3b 100644
--- a/src/lib/python/isc/bind10/component.py
+++ b/src/lib/python/isc/bind10/component.py
@@ -187,7 +187,7 @@ class BaseComponent:
 
         The exit code is used for logging. It might be None.
 
-        It calles _failed_internal internally.
+        It calls _failed_internal internally.
         """
         logger.error(BIND10_COMPONENT_FAILED, self.name(), self.pid(),
                      exit_code if exit_code is not None else "unknown")




More information about the bind10-changes mailing list