Browse Source

fixed typo's

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac238@2143 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
4f3cbc6c6e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in

+ 2 - 2
src/bin/cfgmgr/tests/b10-cfgmgr_test.py.in

@@ -49,7 +49,7 @@ class TestConfigManagerStartup(unittest.TestCase):
         # some creative module use;
         # b10-cfgmgr has a hypen, so we use __import__
         # this also gives us the chance to override the imported
-        # moculde ConfigManager in it.
+        # module ConfigManager in it.
         b = __import__("b10-cfgmgr")
         b.ConfigManager = MyConfigManager
 
@@ -65,7 +65,7 @@ class TestConfigManagerStartup(unittest.TestCase):
         self.assertFalse(b.cm.running)
 
         # TODO: take value from the 'global config module'
-        # (and rename the .in aay from this file again)
+        # (and rename the .in away from this file again)
         data_path = "@localstatedir@/@PACKAGE@".replace("${prefix}", "@prefix@")
         self.assertEqual(data_path, b.DATA_PATH)