From: Ralf Jung Date: Wed, 3 Dec 2014 07:58:32 +0000 (+0100) Subject: fix a typo X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/commitdiff_plain/d95148544cb5f50e5aba884fd1f957182a9b70ca fix a typo --- diff --git a/client-scripts/dyn-ns-client b/client-scripts/dyn-ns-client index 524b4ad..2a5dc21 100755 --- a/client-scripts/dyn-ns-client +++ b/client-scripts/dyn-ns-client @@ -69,7 +69,7 @@ def update_domain(server, domain, ipv4, ipv6, password, verbose): needUpdate = (ipv4 is not None and curIPv4 != ipv4) or (ipv6 is not None and curIPv6 != ipv6) if not needUpdate: if verbose: - print("Everything alread up-to-date, nothing to do") + print("Everything already up-to-date, nothing to do") return True # we need to update the IP