From: Josh Soref Date: Mon, 14 Jun 2021 01:06:01 +0000 (-0400) Subject: spelling: parentheses X-Git-Tag: 1.8.0-rc.1~25^2~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b21d6aadc6afbd79cc69cf7954488b250b22cc;p=thirdparty%2Fldns.git spelling: parentheses Signed-off-by: Josh Soref --- diff --git a/parse.c b/parse.c index 6dd43040..37792d05 100644 --- 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;