From: JINMEI Tatuya Date: Wed, 13 Jun 2012 20:07:01 +0000 (-0700) Subject: [2020] fixed a typo in a comment X-Git-Tag: trac2351_base~97^2~9^2~5^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5077b7bfbcd4e9ef7ce16cd3dca603e2582fd945;p=thirdparty%2Fkea.git [2020] fixed a typo in a comment --- diff --git a/src/bin/ddns/ddns.py.in b/src/bin/ddns/ddns.py.in index 28ad4f751e..29da937e23 100755 --- a/src/bin/ddns/ddns.py.in +++ b/src/bin/ddns/ddns.py.in @@ -199,7 +199,7 @@ class DDNSServer: self._cc.add_remote_config_by_name(mod[0], mod[1]) except ModuleCCSessionError as ex: logger.error(DDNS_GET_REMOTE_CONFIG_FAIL, mod[0], ex) - raise ex # propagte it and die for now + raise ex # propagate it and die for now # This should succeed as long as cfgmgr is up. isc.server_common.tsig_keyring.init_keyring(self._cc)