]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
badwords: make some words match case-insensitively
authorViktor Szakats <commit@vsz.me>
Fri, 21 Nov 2025 12:46:53 +0000 (13:46 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 27 Nov 2025 14:10:34 +0000 (15:10 +0100)
Also:
- wcurl.md: sync with upstream to pass the badwords check.

Ref: https://github.com/curl/wcurl/commit/11f840cddd840e03b4281cb7408b246c0d09da0f
Ref: https://github.com/curl/wcurl/pull/79

Closes #19713

.github/scripts/badwords.txt
docs/wcurl.md

index d8f4461d267509f8221bc253ffd18e411f82846c..9e43c03fa8272d92ce596f5211c5c4fb624c1528 100644 (file)
@@ -17,7 +17,7 @@ could've:could have
 couldn't:could not
 didn't:did not
 doesn't:does not
-don't=do not
+don't:do not
 haven't:have not
 i'd:I would
 i'll:I will
@@ -74,10 +74,10 @@ file names\b:filenames
 \buser names\b:usernames
 \bpass phrase:passphrase
 \bwill\b:rewrite to present tense
-\b32bit=32-bit
-\b64bit=64-bit
-32 bit\b=32-bit
-64 bit\b=64-bit
+\b32bit:32-bit
+\b64bit:64-bit
+32 bit\b:32-bit
+64 bit\b:64-bit
 64-bits:64 bits or 64-bit
 32-bits:32 bits or 32-bit
 \bvery\b:rephrase using an alternative word
index 7d1200b2ea70e1560598361fe45b6692139abdc4..ab5c3aaa972288ca0c185a0dfbe4715fc9d20ad3 100644 (file)
@@ -87,7 +87,7 @@ last value is considered.
 
 ## --no-decode-filename
 
-Don't percent-decode the output filename, even if the percent-encoding in the
+Do not percent-decode the output filename, even if the percent-encoding in the
 URL was done by **wcurl**, e.g.: The URL contained whitespace.
 
 ## --dry-run