diff options
author | Volker Lendecke <vl@samba.org> | 2015-12-15 22:12:11 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-12-16 04:14:20 +0100 |
commit | 0fd68d0cf5a8e6b968b4b0fad5cff97ebad2c7aa (patch) | |
tree | e363fed7a15f4864e222636d8b31d99fdd266814 /librpc/ndr | |
parent | 6aaa8b695e0005dfa93fc96eb02cc2c681f222cd (diff) | |
download | samba-0fd68d0cf5a8e6b968b4b0fad5cff97ebad2c7aa.tar.gz |
librpc: Fix typos
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ira Cooper <ira@samba.org>
Diffstat (limited to 'librpc/ndr')
-rw-r--r-- | librpc/ndr/ndr_dns.c | 2 | ||||
-rw-r--r-- | librpc/ndr/ndr_nbt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/librpc/ndr/ndr_dns.c b/librpc/ndr/ndr_dns.c index 0b9e3b05071..cc3521791d5 100644 --- a/librpc/ndr/ndr_dns.c +++ b/librpc/ndr/ndr_dns.c @@ -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, diff --git a/librpc/ndr/ndr_nbt.c b/librpc/ndr/ndr_nbt.c index ada1335b57d..838f947a168 100644 --- a/librpc/ndr/ndr_nbt.c +++ b/librpc/ndr/ndr_nbt.c @@ -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); |