Browse Source

[trac1341] spelling in comment

Jeremy C. Reed 13 years ago
parent
commit
e12070c73b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/bind10_src.py.in

+ 1 - 1
src/bin/bind10/bind10_src.py.in

@@ -742,7 +742,7 @@ class BoB:
 
         If we did not start yet, it raises an exception, which is meant
         to propagate through the component and configurator to the startup
-        routine and abort the startup imediatelly. If it is started up already,
+        routine and abort the startup immediately. If it is started up already,
         we just mark it so we terminate soon.
 
         It does set the exit code in both cases.