]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2823-regression] Make a minor comment update
authorMukund Sivaraman <muks@isc.org>
Wed, 15 May 2013 09:25:58 +0000 (14:55 +0530)
committerMukund Sivaraman <muks@isc.org>
Wed, 15 May 2013 09:25:58 +0000 (14:55 +0530)
src/bin/stats/tests/stats_test.py

index c3085fd539ef415ef6bcdde8f576c40dc2701c03..dd1b79b487fa762e796891b0bb7fa45dc4c53bc6 100644 (file)
@@ -1290,7 +1290,7 @@ class TestStats(unittest.TestCase):
         # statistics, while do_polling() can ask for module statistics in an
         # unpredictable order (if hash randomization is enabled, which is
         # the case by default for Python 3.3).  To make it predictable and
-        # the prepared answer doesn't cause disruption, we remove the
+        # ensure the prepared answer doesn't cause disruption, we remove the
         # information for the Auth module for this test.
         del stat.statistics_data['Auth']