BIND 10 master, updated. 955a15527bec6ba0231f0bc377539a169fa34165 [master] minor typo in a comment. directly fixing it.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Feb 22 19:20:02 UTC 2011


The branch, master has been updated
       via  955a15527bec6ba0231f0bc377539a169fa34165 (commit)
      from  d0181f27a73dc4b77bc9c6756cb6583226dafacc (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 955a15527bec6ba0231f0bc377539a169fa34165
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Feb 22 11:19:47 2011 -0800

    [master] minor typo in a comment.  directly fixing it.

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

Summary of changes:
 src/bin/bind10/bind10.py.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 mode change 100644 => 100755 src/bin/bind10/bind10.py.in

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/bind10.py.in b/src/bin/bind10/bind10.py.in
old mode 100644
new mode 100755
index 48d5b38..5685c05
--- a/src/bin/bind10/bind10.py.in
+++ b/src/bin/bind10/bind10.py.in
@@ -314,8 +314,8 @@ class BoB:
             sys.stdout.write("\n")
 
     # The next few methods start the individual processes of BIND-10.  They
-    # are called via start_all_process().  If any fail, an exception is raised
-    # which is caught by the caller of start_all_processes(); this kills
+    # are called via start_all_processes().  If any fail, an exception is
+    # raised which is caught by the caller of start_all_processes(); this kills
     # processes started up to that point before terminating the program.
 
     def start_msgq(self, c_channel_env):




More information about the bind10-changes mailing list