From: Shane Kerr Date: Thu, 15 Aug 2013 13:48:00 +0000 (+0200) Subject: Typo fix X-Git-Tag: bind10-1.2.0beta1-release~273 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abdd9be83ca3ec7267e4d04f014584fa823f7f6c;p=thirdparty%2Fkea.git Typo fix --- diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in index 683048e902..16c8532fd0 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'))