From d95148544cb5f50e5aba884fd1f957182a9b70ca Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Wed, 3 Dec 2014 08:58:32 +0100 Subject: [PATCH] fix a typo --- client-scripts/dyn-ns-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2