From 1f21fd510f99fd330a468bf7a998f66ab0ce0faf Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 13 Jun 2021 17:32:37 -0400 Subject: [PATCH] spelling: delimiters Signed-off-by: Josh Soref --- parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3