Fix spelling mistakes
[nivanova/samba-autobuild/.git] / lib / addns / dnsmarshall.c
index 846fd5bf16ae38f53a407bfd7e01b0625f79cbf6..3205786cbbb0f49d167c64b8f40e6816d5be65d0 100644 (file)
@@ -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;