From e13567724974042b91e8f499a35eea3b83891ec9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 11:07:13 +0200 Subject: [PATCH] reword a comment to avoid spelling exception --- .github/scripts/codespell-ignore.txt | 1 - lib/curlx/inet_ntop.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/scripts/codespell-ignore.txt b/.github/scripts/codespell-ignore.txt index efbacc2218..0d791b036e 100644 --- a/.github/scripts/codespell-ignore.txt +++ b/.github/scripts/codespell-ignore.txt @@ -21,7 +21,6 @@ pres rin seh ser -statics strat te ths diff --git a/lib/curlx/inet_ntop.c b/lib/curlx/inet_ntop.c index e5ff45cb1b..3f8bcbf366 100644 --- a/lib/curlx/inet_ntop.c +++ b/lib/curlx/inet_ntop.c @@ -54,7 +54,7 @@ * * Returns `dst' (as a const) * Note: - * - uses no statics + * - uses no static variables * - takes an unsigned char* not an in_addr as input */ static char *inet_ntop4(const unsigned char *src, char *dst, size_t size)