From: Josh Soref Date: Sun, 13 Jun 2021 21:32:37 +0000 (-0400) Subject: spelling: delimiters X-Git-Tag: 1.8.0-rc.1~25^2~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f21fd510f99fd330a468bf7a998f66ab0ce0faf;p=thirdparty%2Fldns.git spelling: delimiters Signed-off-by: Josh Soref --- diff --git a/parse.c b/parse.c index 37792d05..3c737620 100644 --- a/parse.c +++ b/parse.c @@ -39,7 +39,7 @@ ldns_fget_token_l_st(FILE *f, char **token, size_t *limit, bool fixed const char *d; const char *del; - /* standard delimeters */ + /* standard delimiters */ if (!delim) { /* from isspace(3) */ del = LDNS_PARSE_NORMAL;