BIND 10 trac565, updated. e5961a4ce06bb430469c457856f5392ca147d857 [trac565] directly fixed an obvious typo.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 23 18:51:03 UTC 2011


The branch, trac565 has been updated
       via  e5961a4ce06bb430469c457856f5392ca147d857 (commit)
      from  60f301c235b9d83b7fde6f06abac18d0a1168260 (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 e5961a4ce06bb430469c457856f5392ca147d857
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Feb 23 10:50:52 2011 -0800

    [trac565] directly fixed an obvious typo.

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

Summary of changes:
 src/bin/bind10/bind10.py.in |    2 +-
 1 files changed, 1 insertions(+), 1 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 d72d7eb..a4596e2
--- a/src/bin/bind10/bind10.py.in
+++ b/src/bin/bind10/bind10.py.in
@@ -609,7 +609,7 @@ class BoB:
     def stop_process(self, process, sendto):
         """
         Stop the given process, friendly-like. The process is the name it has
-        (in logs, etc), the sento is the address on msgq.
+        (in logs, etc), the sendto is the address on msgq.
         """
         if self.verbose:
             sys.stdout.write("[bind10] Asking %s to terminate\n" % process)




More information about the bind10-changes mailing list