]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/exising/existing/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 19:32:30 +0000 (21:32 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:26 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/utils/net_ads.c
source4/scripting/bin/samba_dnsupdate

index 913fbbf0bf86595d05cd21933551bd2d0ff3f5ef..1b0d5cbe06443150ee16140c0e2772188a1b56c4 100644 (file)
@@ -3083,7 +3083,7 @@ int net_ads_keytab(struct net_context *c, int argc, const char **argv)
                        NET_TRANSPORT_ADS,
                        N_("Create a fresh keytab"),
                        N_("net ads keytab create\n"
-                          "    Create a fresh keytab or update exising one.")
+                          "    Create a fresh keytab or update existing one.")
                },
                {
                        "flush",
index cc380c0d204b66be22ef854a8afbe42596e8f1dd..e765348d9d5d1b95fd0b6d3fae3baf18a245587a 100755 (executable)
@@ -567,7 +567,7 @@ def call_samba_tool(d, op="add", zone=None):
         args = [rpc_server_ip, zone, short_name, "AAAA", d.ip]
     if d.type == "SRV":
         if op == "add" and d.existing_port is not None:
-            print("Not handling modify of exising SRV %s using samba-tool" % d)
+            print("Not handling modify of existing SRV %s using samba-tool" % d)
             return False
             op = "update"
             args = [rpc_server_ip, zone, short_name, "SRV",