]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
examples: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Wed, 5 Jul 2023 09:02:04 +0000 (11:02 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 13 Jul 2023 05:41:36 +0000 (05:41 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
examples/scripts/wins_hook/dns_update

index 2e8b717e657ad814ebaf269590e8d3aabe0804cf..14fc1fe74dde3fc137af49054c02a2014edc6ca8 100644 (file)
@@ -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 <sfr@linuxcare.com>
 #