BIND 10 trac1314, updated. 292db243f0d4e4036b265da8b9e5c01db2929f58 [1314] fixed a couple of obvious typo

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Dec 7 01:57:07 UTC 2011


The branch, trac1314 has been updated
       via  292db243f0d4e4036b265da8b9e5c01db2929f58 (commit)
      from  89601ee181490433adf058011d920befc5e38061 (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 292db243f0d4e4036b265da8b9e5c01db2929f58
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Dec 6 17:56:49 2011 -0800

    [1314] fixed a couple of obvious typo

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/README.tutorial              |    2 +-
 tests/lettuce/features/terrain/transfer.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/README.tutorial b/tests/lettuce/README.tutorial
index 18c94cf..4764788 100644
--- a/tests/lettuce/README.tutorial
+++ b/tests/lettuce/README.tutorial
@@ -121,7 +121,7 @@ regular expression itself), so if the step is defined with "do foo bar", the
 scenario can add words for readability "When I do foo bar".
 
 Each captured group will be passed as an argument to the function we define.
-For bind10, i defined a configuration file, a cmdctl port, and a process
+For bind10, I defined a configuration file, a cmdctl port, and a process
 name. The first two should be self-evident, and the process name is an
 optional name we give it, should we want to address it in the rest of the
 tests. This is most useful if we want to start multiple instances. In the
diff --git a/tests/lettuce/features/terrain/transfer.py b/tests/lettuce/features/terrain/transfer.py
index 756e463..305e677 100644
--- a/tests/lettuce/features/terrain/transfer.py
+++ b/tests/lettuce/features/terrain/transfer.py
@@ -80,7 +80,7 @@ def perform_axfr(step, zone_name, address, port):
 @step('An IXFR transfer of ([\w.]+) (\d+)(?: from ([^:]+)(?::([0-9]+))?)?(?: over (tcp|udp))?')
 def perform_ixfr(step, zone_name, serial, address, port, protocol):
     """
-    Perform an AXFR transfer, and store the result as an instance of
+    Perform an IXFR transfer, and store the result as an instance of
     TransferResult in world.transfer_result.
 
     Step definition:




More information about the bind10-changes mailing list