BIND 10 trac2689, updated. ba2982025bc36dbf61f1268a6c0c884b2a669127 [2689] Some minor editorial fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 22 14:47:15 UTC 2013
The branch, trac2689 has been updated
via ba2982025bc36dbf61f1268a6c0c884b2a669127 (commit)
from 5adf1f39d4b8060cd5cc7ab764f94ec6faaf5193 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ba2982025bc36dbf61f1268a6c0c884b2a669127
Author: Jelte Jansen <jelte at isc.org>
Date: Fri Feb 22 15:47:01 2013 +0100
[2689] Some minor editorial fixes
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/tests/b10-stats_test.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/tests/b10-stats_test.py b/src/bin/stats/tests/b10-stats_test.py
index 48656a7..56678d7 100644
--- a/src/bin/stats/tests/b10-stats_test.py
+++ b/src/bin/stats/tests/b10-stats_test.py
@@ -248,7 +248,7 @@ class TestStats(unittest.TestCase):
self.const_timestamp = 1308730448.965706
self.const_datetime = '2011-06-22T08:14:08Z'
self.const_default_datetime = '1970-01-01T00:00:00Z'
- # Record original module-defined functions in case we replay them
+ # Record original module-defined functions in case we replace them
self.__orig_timestamp = stats.get_timestamp
self.__orig_get_datetime = stats.get_datetime
@@ -313,7 +313,7 @@ class TestStats(unittest.TestCase):
stats = SimpleStats()
self.assertFalse(stats.running)
stats._check_command = lambda: __check_start(stats)
- # We are going to confirm start() will set running to True, avoidng
+ # We are going to confirm start() will set running to True, avoiding
# to fall into a loop with the exception trick.
self.assertRaises(CheckException, stats.start)
self.assertEqual(self.__send_command(stats, "status"),
@@ -447,7 +447,7 @@ class TestStats(unittest.TestCase):
self.stats.update_modules()
- # Stats is always inconrporated. For others, only the ones returned
+ # Stats is always incorporated. For others, only the ones returned
# by group_recvmsg() above is available.
self.assertTrue('Stats' in self.stats.modules)
self.assertTrue('Init' in self.stats.modules)
More information about the bind10-changes
mailing list