From: Andreas Schneider Date: Wed, 5 Jul 2023 09:02:04 +0000 (+0200) Subject: examples: Fix code spelling X-Git-Tag: talloc-2.4.1~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d4235eb606b486b59a2a468a35809aec8a81b52;p=thirdparty%2Fsamba.git examples: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Martin Schwenke --- diff --git a/examples/scripts/wins_hook/dns_update b/examples/scripts/wins_hook/dns_update index 2e8b717e657..14fc1fe74dd 100644 --- a/examples/scripts/wins_hook/dns_update +++ b/examples/scripts/wins_hook/dns_update @@ -3,7 +3,7 @@ # Example script for "wins hook". This attempts to update the DNS with # new A records for the NETBIOS name that Samba passes us. We do this # the simple way, by deleting all DNS records for the name and then -# readding all the expected 'A' records. +# re-adding all the expected 'A' records. # # Written by Stephen Rothwell #