Browse Source

[2353] Fix an error in comments

Mukund Sivaraman 12 years ago
parent
commit
d51421238c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/bind10/tests/bind10_test.py.in

+ 1 - 1
src/bin/bind10/tests/bind10_test.py.in

@@ -1591,7 +1591,7 @@ class TestBossComponents(unittest.TestCase):
         self.assertEqual(42147, pi.pid)
 
     def test_start_cfgmgr(self):
-        '''Test that b10-msgq is started.'''
+        '''Test that b10-cfgmgr is started.'''
         class DummySession():
             def group_recvmsg(self):
                 return (None, None)