Minor typo/grammar fixes

This commit is contained in:
Quanah Gibson-Mount
2017-03-10 12:37:16 -08:00
committed by Roland C. Dowdeswell
parent 28b6b96e09
commit 7c16ce3457
34 changed files with 40 additions and 40 deletions

View File

@@ -403,7 +403,7 @@ display_tokens(int do_verbose)
continue;
t[min(parms.out_size,sizeof(t)-1)] = 0;
memcpy(&size_secret_tok, r, sizeof(size_secret_tok));
/* dont bother about the secret token */
/* don't bother about the secret token */
r += size_secret_tok + sizeof(size_secret_tok);
if (parms.out_size < (r - t) + sizeof(size_public_tok))
continue;
@@ -413,7 +413,7 @@ display_tokens(int do_verbose)
continue;
memcpy(&ct, r, size_public_tok);
r += size_public_tok;
/* there is a int32_t with length of cellname, but we dont read it */
/* there is a int32_t with length of cellname, but we don't read it */
r += sizeof(int32_t);
cell = r;