fix a typo
authorRalf Jung <post@ralfj.de>
Wed, 3 Dec 2014 07:58:32 +0000 (08:58 +0100)
committerRalf Jung <post@ralfj.de>
Wed, 3 Dec 2014 07:58:32 +0000 (08:58 +0100)
client-scripts/dyn-ns-client

index 524b4ad432b023789691ed59bf20c88caf9e7309..2a5dc212ef742a34c0b5ecbccdab9f51fd2c9874 100755 (executable)
@@ -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