typo: componemt => component
authorGarming Sam <garming@catalyst.net.nz>
Mon, 30 May 2016 21:54:26 +0000 (09:54 +1200)
committerGarming Sam <garming@samba.org>
Mon, 4 Jul 2016 22:00:15 +0000 (00:00 +0200)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/ndr/ndr_dns.c

index 7e6286a9f8ed11cf02f86c17bb4323613af65a74..4e4c556e20dfd9e123b953ff18704a3ee6ea2520 100644 (file)
@@ -212,7 +212,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_dns_string(struct ndr_push *ndr,
                                                (unsigned char)complen, s);
                NDR_ERR_HAVE_NO_MEMORY(compname);
 
-               /* remember the current componemt + the rest of the string
+               /* remember the current component + the rest of the string
                 * so it can be reused later
                 */
                if (!(ndr->flags & LIBNDR_FLAG_NO_COMPRESSION)) {