stop using the word 'just'

Everywhere. In documentation and code comments.

It is almost never a good word and almost always a filler that should be
avoided.

Closes #20793
This commit is contained in:
Daniel Stenberg 2026-03-02 23:41:35 +01:00
parent 4b583b7585
commit b4dba346cd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
213 changed files with 727 additions and 772 deletions

View file

@ -91,10 +91,10 @@ Showing us a real source code example repeating your problem is the best way
to get our attention and it greatly increases our chances to understand your
problem and to work on a fix (if we agree it truly is a problem).
Lots of problems that appear to be libcurl problems are actually just abuses
of the libcurl API or other malfunctions in your applications. It is advised
that you run your problematic program using a memory debug tool like valgrind
or similar before you post memory-related or "crashing" problems to us.
Lots of problems that appear to be libcurl problems are instead abuses of the
libcurl API or other malfunctions in your applications. It is advised that you
run your problematic program using a memory debug tool like valgrind or
similar before you post memory-related or "crashing" problems to us.
## Who fixes the problems
@ -106,11 +106,11 @@ All developers that take on reported bugs do this on a voluntary basis. We do
it out of an ambition to keep curl and libcurl excellent products and out of
pride.
Please do not assume that you can just lump over something to us and it then
Please do not assume that you can lump over something to us and it then
magically gets fixed after some given time. Most often we need feedback and
help to understand what you have experienced and how to repeat a problem.
Then we may only be able to assist YOU to debug the problem and to track down
the proper fix.
help to understand what you have experienced and how to repeat a problem. Then
we may only be able to assist YOU to debug the problem and to track down the
proper fix.
We get reports from many people every month and each report can take a
considerable amount of time to really go to the bottom with.
@ -165,11 +165,10 @@ Even if you cannot immediately upgrade your application/system to run the
latest curl version, you can most often at least run a test version or
experimental build or similar, to get this confirmed or not.
At times people insist that they cannot upgrade to a modern curl version, but
instead, they "just want the bug fixed". That is fine, just do not count on us
spending many cycles on trying to identify which single commit, if that is
even possible, that at some point in the past fixed the problem you are now
experiencing.
At times people insist that they cannot upgrade to a modern curl version, they
only "want the bug fixed". That is fine, but do not count on us spending many
cycles on trying to identify which single commit, if that is even possible,
that at some point in the past fixed the problem you are now experiencing.
Security wise, it is almost always a bad idea to lag behind the current curl
versions by a lot. We keep discovering and reporting security problems