Browse Source

[trac565] directly fixed an obvious typo.

JINMEI Tatuya 14 years ago
parent
commit
e5961a4ce0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/bind10.py.in

+ 1 - 1
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)