Browse Source

[2855] Fix typos

Mukund Sivaraman 12 years ago
parent
commit
8b4019ff15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/python/isc/server_common/bind10_server.py.in

+ 2 - 2
src/lib/python/isc/server_common/bind10_server.py.in

@@ -52,7 +52,7 @@ class BIND10Server:
                      initialization.  This is called after the module CC
                      initialization.  This is called after the module CC
                      session has started, and can be used for registering
                      session has started, and can be used for registering
                      interest on remote modules, etc.  If it raises an
                      interest on remote modules, etc.  If it raises an
-                     exception, the server will be immediatelly stopped.
+                     exception, the server will be immediately stopped.
                      Parameter: None, Return: None
                      Parameter: None, Return: None
 
 
     """
     """
@@ -199,7 +199,7 @@ class BIND10Server:
         return isc.config.create_answer(1, "Unknown command: " + str(cmd))
         return isc.config.create_answer(1, "Unknown command: " + str(cmd))
 
 
     def _setup_module(self):
     def _setup_module(self):
-        """The default implementation of the module specific initilization"""
+        """The default implementation of the module specific initialization"""
         pass
         pass
 
 
     def watch_fileno(self, fileno, rcallback=None, wcallback=None, \
     def watch_fileno(self, fileno, rcallback=None, wcallback=None, \