mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
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:
parent
4021c6e673
commit
f25124338c
71 changed files with 108 additions and 108 deletions
|
|
@ -53,7 +53,7 @@
|
|||
* Note:
|
||||
* For the sake of simplicity, URL length is limited to 1023 chars.
|
||||
*
|
||||
* This is purely a demo app, all retrieved data is simply discarded by
|
||||
* This is purely a demo app, all retrieved data is discarded by
|
||||
* the write callback.
|
||||
*/
|
||||
#include <errno.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue