]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Typo fix
authorShane Kerr <shane@time-travellers.org>
Thu, 15 Aug 2013 13:48:00 +0000 (15:48 +0200)
committerShane Kerr <shane@time-travellers.org>
Thu, 15 Aug 2013 13:48:00 +0000 (15:48 +0200)
src/bin/xfrin/xfrin.py.in

index 683048e9024a4e346a1d21a16e6fbdb3ed30907c..16c8532fd08585e2be5e7b6295bf208ab48c0f1d 100755 (executable)
@@ -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'))