From 1a2427d97e871069214e4d65c308bf70ec2a1f47 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 31 May 2016 09:54:26 +1200 Subject: typo: componemt => component Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- librpc/ndr/ndr_dns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/ndr') diff --git a/librpc/ndr/ndr_dns.c b/librpc/ndr/ndr_dns.c index 7e6286a9f8e..4e4c556e20d 100644 --- a/librpc/ndr/ndr_dns.c +++ b/librpc/ndr/ndr_dns.c @@ -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)) { -- cgit v1.2.1