mirror of
https://github.com/curl/curl.git
synced 2026-04-14 23:01:41 +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
|
|
@ -410,7 +410,7 @@ else
|
|||
xc_tst_auto_separator=':'
|
||||
fi
|
||||
if test -z "$PATH_SEPARATOR"; then
|
||||
# Simply use the auto-detected one when not already set.
|
||||
# Use the auto-detected one when not already set.
|
||||
PATH_SEPARATOR=$xc_tst_auto_separator
|
||||
elif test "x$PATH_SEPARATOR" != "x$xc_tst_auto_separator"; then
|
||||
echo "$xc_msg_warn 'PATH_SEPARATOR' does not match auto-detected one." >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue