badwords: avoid 'simply'

It's mostly a filler word. I've read through each use of it in the code
base and did minor rephrasings when "simply" carried some meaning. The
overwhelming majority of cases, removing it improved the text
significantly. Inspired by #20793.

Closes #20822
This commit is contained in:
Felipe Mesquita 2026-03-05 10:40:16 -03:00 committed by Viktor Szakats
parent 4021c6e673
commit f25124338c
No known key found for this signature in database
71 changed files with 108 additions and 108 deletions

View file

@ -31,7 +31,7 @@ Added-in: n/a
**wcurl** is a simple curl wrapper which lets you use curl to download files
without having to remember any parameters.
Simply call **wcurl** with a list of URLs you want to download and **wcurl**
Call **wcurl** with a list of URLs you want to download and **wcurl**
picks sane defaults.
If you need anything more complex, you can provide any of curl's supported