Browse Source

[1381] minor editorial nits in docstring

JINMEI Tatuya 13 years ago
parent
commit
9862bdf184
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/bind10/tests/component_test.py

+ 1 - 1
src/lib/python/isc/bind10/tests/component_test.py

@@ -421,7 +421,7 @@ class ComponentTests(BossUtils, unittest.TestCase):
     def test_pid_not_running(self):
         """
         Test that a componet that is not yet started doesn't have a PID.
-        But it won't failed if asked for and returns None.
+        But it won't fail if asked for and return None.
         """
         for component_type in [Component,
                                isc.bind10.special_component.SockCreator,