mirror of
https://github.com/curl/curl.git
synced 2026-06-06 13:44:15 +03:00
redact word in example causing spellcheck hits 2
This commit is contained in:
parent
1412454169
commit
a8cf4d3842
3 changed files with 3 additions and 4 deletions
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -22,7 +22,6 @@ ser
|
|||
strat
|
||||
te
|
||||
ths
|
||||
varius
|
||||
wast
|
||||
wit
|
||||
wont
|
||||
|
|
|
|||
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue