X-Git-Url: https://git.ralfj.de/dyn-nsupdate.git/blobdiff_plain/11b054f64b837660290e297c390aa09b0b57e8d6..d95148544cb5f50e5aba884fd1f957182a9b70ca:/client-scripts/dyn-ns-client 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