From: Volker Lendecke Date: Wed, 30 May 2018 15:24:35 +0000 (+0200) Subject: dnsupdate: Fix a typo X-Git-Tag: tevent-0.9.37~437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82175c0b9101908b5b258b2e41f322bbfdb68a04;p=thirdparty%2Fsamba.git dnsupdate: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Andreas Schneider --- diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate index 508bd5346bd..2d3fedefbc5 100755 --- a/source4/scripting/bin/samba_dnsupdate +++ b/source4/scripting/bin/samba_dnsupdate @@ -495,7 +495,7 @@ def call_nsupdate(d, op="add"): # Now find the SOA, or if we can't get a ticket to the SOA, # any server with an NS record we can get a ticket for. # - # Thanks to the Kerberos Crednetials cache this is not + # Thanks to the Kerberos Credentials cache this is not # expensive inside the loop server = get_krb5_rw_dns_server(creds, zone) f.write('server %s\n' % server)