Parcourir la source

[master] make some editorial corrections to comments

JINMEI Tatuya il y a 14 ans
Parent
commit
0c7670c041
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/xfrin/tests/xfrin_test.py

+ 1 - 1
src/bin/xfrin/tests/xfrin_test.py

@@ -532,7 +532,7 @@ class TestXfrinConnection(unittest.TestCase):
         # We are going to have a SOA query/response transaction, followed by
         # AXFR, all TSIG signed.  xfrin should use a new TSIG context for
         # AXFR.  We are not interested in whether verify works correctly in
-        # this tests, so we simply fake the results (they need to success for
+        # this test, so we simply fake the results (they need to succeed for
         # this test)
         self.conn._tsig_key = TSIG_KEY
         self.conn._tsig_ctx_creator = \