librpc: Fix typos
authorVolker Lendecke <vl@samba.org>
Tue, 15 Dec 2015 21:12:11 +0000 (22:12 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 16 Dec 2015 03:14:20 +0000 (04:14 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
librpc/ndr/ndr_dns.c
librpc/ndr/ndr_nbt.c

index 0b9e3b05071c35a26c26e940ab547e0ceeff85b3..cc3521791d547917da2fffdb206ecdd4295b43b5 100644 (file)
@@ -168,7 +168,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_dns_string(struct ndr_push *ndr,
                size_t complen;
                uint32_t offset;
 
-               /* see if we have pushed the remaing string allready,
+               /* see if we have pushed the remaining string already,
                 * if so we use a label pointer to this string
                 */
                ndr_err = ndr_token_retrieve_cmp_fn(&ndr->dns_string_list, s,
index ada1335b57d7de89df46c0c76286b1418252bb1f..838f947a16858a29aa1a3ffc1dc681f23b1b728d 100644 (file)
@@ -151,7 +151,7 @@ _PUBLIC_ enum ndr_err_code ndr_push_nbt_string(struct ndr_push *ndr, int ndr_fla
                size_t complen;
                uint32_t offset;
 
-               /* see if we have pushed the remaing string allready,
+               /* see if we have pushed the remaining string already,
                 * if so we use a label pointer to this string
                 */
                ndr_err = ndr_token_retrieve_cmp_fn(&ndr->nbt_string_list, s, &offset, (comparison_fn_t)strcmp, false);