summaryrefslogtreecommitdiff
path: root/lib/addns
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2018-11-28 11:10:17 +1300
committerDouglas Bagnall <dbagnall@samba.org>2018-11-30 03:35:13 +0100
commit28aeb86a9fbc102007e3152bc6c574232204803a (patch)
tree7ca94e7f74c1bd0c5d25b31f9f26d14b7ba65ed1 /lib/addns
parent669249ae93bd492559b25539830773af3fa5cca7 (diff)
downloadsamba-28aeb86a9fbc102007e3152bc6c574232204803a.tar.gz
Fix spelling mistakes
Signed-off-by: Olly Betts <olly@survex.com> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib/addns')
-rw-r--r--lib/addns/dnsmarshall.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/addns/dnsmarshall.c b/lib/addns/dnsmarshall.c
index 846fd5bf16a..3205786cbbb 100644
--- a/lib/addns/dnsmarshall.c
+++ b/lib/addns/dnsmarshall.c
@@ -35,7 +35,7 @@ struct dns_buffer *dns_create_buffer(TALLOC_CTX *mem_ctx)
result->error = ERROR_DNS_SUCCESS;
/*
- * Small inital size to excercise the realloc code
+ * Small initial size to exercise the realloc code
*/
result->size = 2;