BIND 10 master, updated. abdd9be83ca3ec7267e4d04f014584fa823f7f6c Typo fix

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 15 13:48:31 UTC 2013


The branch, master has been updated
       via  abdd9be83ca3ec7267e4d04f014584fa823f7f6c (commit)
      from  f80c824d8b1745a0cedbbb238b0e988f7acb10ee (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 abdd9be83ca3ec7267e4d04f014584fa823f7f6c
Author: Shane Kerr <shane at time-travellers.org>
Date:   Thu Aug 15 15:48:00 2013 +0200

    Typo fix

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

Summary of changes:
 src/bin/xfrin/xfrin.py.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 683048e..16c8532 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -1248,8 +1248,8 @@ class ZoneInfo:
            needed to get the defaults from the specification"""
         # Handle deprecated config parameter explicitly for the moment.
         if config_data.get('use_ixfr') is not None:
-            raise XfrinZoneInfoException('use_ixfr was deprecated.' +
-                                         'use rquest_ixfr')
+            raise XfrinZoneInfoException('"use_ixfr" was deprecated, ' +
+                                         'use "request_ixfr"')
 
         self._module_cc = module_cc
         self.set_name(config_data.get('name'))



More information about the bind10-changes mailing list