From: Mathieu Parent Date: Thu, 29 Aug 2019 19:32:30 +0000 (+0200) Subject: Spelling fixes s/exising/existing/ X-Git-Tag: tevent-0.10.1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff558035b29784d4ccc1c30f8b62b675220e9d0;p=thirdparty%2Fsamba.git Spelling fixes s/exising/existing/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 913fbbf0bf8..1b0d5cbe064 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -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", diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate index cc380c0d204..e765348d9d5 100755 --- a/source4/scripting/bin/samba_dnsupdate +++ b/source4/scripting/bin/samba_dnsupdate @@ -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",