From a8cf4d3842042b034cc24a40aa0e63ace912fb03 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 11:21:18 +0200 Subject: [PATCH] redact word in example causing spellcheck hits 2 --- .github/scripts/codespell-ignore.txt | 1 - .github/scripts/typos.toml | 2 +- docs/examples/post-callback.c | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/scripts/codespell-ignore.txt b/.github/scripts/codespell-ignore.txt index 029b8bd203..b8703e29b1 100644 --- a/.github/scripts/codespell-ignore.txt +++ b/.github/scripts/codespell-ignore.txt @@ -22,7 +22,6 @@ ser strat te ths -varius wast wit wont diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index 377244a577..025998cbe3 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -8,7 +8,7 @@ extend-ignore-identifiers-re = [ "(bck|ben|CNA|ECT|EDE|edn|ein|Jod|kno|MEK|Ned|noo|nin|nto|ser|ths|Typ|typ|URE|wrk)", "(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PARM|PASE)", "(HEADE|numer|optin|stati)", - "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)", + "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT)", ] [files] diff --git a/docs/examples/post-callback.c b/docs/examples/post-callback.c index 1a213cb2d5..fa0c575e65 100644 --- a/docs/examples/post-callback.c +++ b/docs/examples/post-callback.c @@ -33,9 +33,9 @@ static const char data[]="Lorem ipsum dolor sit amet, consectetur adipiscing " "elit. Sed vel urna neque. Ut quis leo metus. Quisque eleifend, ex at " "laoreet rhoncus, odio ipsum semper metus, at tempus ante urna in mauris. " - "Suspendisse ornare tempor venenatis. Ut dui neque, pellentesque a varius " + "Suspendisse ornare tempor venenatis. Ut dui neque, pellentesque a ______ " "eget, mattis vitae ligula. Fusce ut pharetra est. Ut ullamcorper mi ac " - "sollicitudin semper. Praesent sit amet tellus varius, posuere nulla non, " + "sollicitudin semper. Praesent sit amet tellus ______, posuere nulla non, " "rhoncus ipsum."; struct WriteThis {