From 543b5b1782c84bd5cdbead693296a481f95862b3 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 13 Jul 2025 02:06:10 +0200 Subject: [PATCH] libcurl.m4: change wording to avoid typos hitting it --- .github/scripts/typos.toml | 2 +- docs/libcurl/libcurl.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index d1e5cb56e5..9f7866c34e 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -8,7 +8,7 @@ extend-ignore-identifiers-re = [ "(CNA|ECT|EDE|Jod|kno|ser|Typ|URE)", "(admi|alue|clen|GOST|HELO|helo|htpt|PASE)", "(numer|optin|stati)", - "(Januar|passin|perfec|TEMPLAT)", + "(Januar|passin|perfec)", ] extend-ignore-re = [ diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4 index e89ab31dd7..4c89511f06 100644 --- a/docs/libcurl/libcurl.m4 +++ b/docs/libcurl/libcurl.m4 @@ -41,8 +41,8 @@ # values. Other useful defines are LIBCURL_FEATURE_xxx where xxx are # the various features supported by libcurl, and LIBCURL_PROTOCOL_yyy # where yyy are the various protocols supported by libcurl. Both xxx -# and yyy are capitalized. See the list of AH_TEMPLATEs at the top of -# the macro for the complete list of possible defines. Shell +# and yyy are capitalized. See the list of AH_TEMPLATE macros at the top +# of the macro for the complete list of possible defines. Shell # variables $libcurl_feature_xxx and $libcurl_protocol_yyy are also # defined to 'yes' for those features and protocols that were found. # Note that xxx and yyy keep the same capitalization as in the