]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
spelling: delimiters
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 13 Jun 2021 21:32:37 +0000 (17:32 -0400)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:29:17 +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 37792d05ad6c45bf7e0634e510e20470f9f6d7cd..3c737620293ec0e24f5e890e8ff4c167d90ee758 100644 (file)
--- 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;