BIND 10 trac1290, updated. b03d29677700c1dd2a527dafe9987defb7556e97 [1290] typo

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Nov 3 16:04:11 UTC 2011


The branch, trac1290 has been updated
       via  b03d29677700c1dd2a527dafe9987defb7556e97 (commit)
      from  043ff1e7ec5f2c8e3d6b7e278418fc03eea2b09f (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 b03d29677700c1dd2a527dafe9987defb7556e97
Author: Jelte Jansen <jelte at isc.org>
Date:   Thu Nov 3 17:04:04 2011 +0100

    [1290] typo

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

Summary of changes:
 tests/lettuce/features/terrain/terrain.py |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/terrain/terrain.py b/tests/lettuce/features/terrain/terrain.py
index a815385..634d2fb 100644
--- a/tests/lettuce/features/terrain/terrain.py
+++ b/tests/lettuce/features/terrain/terrain.py
@@ -200,7 +200,7 @@ class RunningProcess:
 
     def wait_for_stderr_str(self, strings, only_new = True):
         """
-        Wait for one of the given strings in this processes stderr output.
+        Wait for one of the given strings in this process's stderr output.
         Parameters:
         strings: Array of strings to look for.
         only_new: If true, only check output since last time this method was
@@ -214,7 +214,7 @@ class RunningProcess:
 
     def wait_for_stdout_str(self, strings, only_new = True):
         """
-        Wait for one of the given strings in this processes stdout output.
+        Wait for one of the given strings in this process's stdout output.
         Parameters:
         strings: Array of strings to look for.
         only_new: If true, only check output since last time this method was
@@ -292,7 +292,7 @@ class RunningProcesses:
 
     def wait_for_stderr_str(self, process_name, strings, only_new = True):
         """
-        Wait for one of the given strings in the given processes stderr output.
+        Wait for one of the given strings in the given process's stderr output.
         Parameters:
         process_name: The name of the process to check the stderr output of.
         strings: Array of strings to look for.
@@ -310,7 +310,7 @@ class RunningProcesses:
 
     def wait_for_stdout_str(self, process_name, strings, only_new = True):
         """
-        Wait for one of the given strings in the given processes stdout output.
+        Wait for one of the given strings in the given process's stdout output.
         Parameters:
         process_name: The name of the process to check the stdout output of.
         strings: Array of strings to look for.




More information about the bind10-changes mailing list