]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: parentheses
authorJosh Soref <jsoref@users.noreply.github.com>
Mon, 14 Jun 2021 01:06:01 +0000 (21:06 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:16 +0000 (11:29 +0200)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
parse.c

diff --git a/parse.c b/parse.c
index 6dd43040ce074a1bf00fea74828d7e389897f256..37792d05ad6c45bf7e0634e510e20470f9f6d7cd 100644 (file)
--- a/parse.c
+++ b/parse.c
@@ -32,7 +32,7 @@ ldns_fget_token_l_st(FILE *f, char **token, size_t *limit, bool fixed
                     , const char *delim, int *line_nr)
 {
        int c, prev_c;
-       int p; /* 0 -> no parenthese seen, >0 nr of ( seen */
+       int p; /* 0 -> no parentheses seen, >0 nr of ( seen */
        int com, quoted;
        char *t, *old_token;
        size_t i;
@@ -271,7 +271,7 @@ ssize_t
 ldns_bget_token(ldns_buffer *b, char *token, const char *delim, size_t limit)
 {
        int c, lc;
-       int p; /* 0 -> no parenthese seen, >0 nr of ( seen */
+       int p; /* 0 -> no parentheses seen, >0 nr of ( seen */
        int com, quoted;
        char *t;
        size_t i;