]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2020] fixed a typo in a comment
authorJINMEI Tatuya <jinmei@isc.org>
Wed, 13 Jun 2012 20:07:01 +0000 (13:07 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Wed, 13 Jun 2012 20:07:01 +0000 (13:07 -0700)
src/bin/ddns/ddns.py.in

index 28ad4f751e9be2a59c29764afa96d85787386786..29da937e23879ee1c87403143faadb884a3401c2 100755 (executable)
@@ -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)