]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
BUGS.md: improve language
authorrzrymiak <106121613+rzrymiak@users.noreply.github.com>
Tue, 26 Jul 2022 04:39:57 +0000 (21:39 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 26 Jul 2022 09:18:54 +0000 (11:18 +0200)
Closes #9205

docs/BUGS.md

index 584c67f0cb3ecb4c29f3bf40218cca17214589b6..4de58064c2f1fec23c6cac28b70be023774dbe90 100644 (file)
@@ -3,7 +3,7 @@
 ## There are still bugs
 
  Curl and libcurl keep being developed. Adding features and changing code
- means that bugs will sneak in, no matter how hard we try not to.
+ means that bugs will sneak in, no matter how hard we try to keep them out.
 
  Of course there are lots of bugs left. And lots of misfeatures.
 
@@ -44,7 +44,7 @@
 ## What to report
 
  When reporting a bug, you should include all information that will help us
- understand what's wrong, what you expected to happen and how to repeat the
+ understand what is wrong, what you expected to happen and how to repeat the
  bad behavior. You therefore need to tell us:
 
  - your operating system's name and version number
 
 ## Not reproducible
 
- For problems that we cannot reproduce and cannot understand even after having
- gotten all the info we need and having studied the source code over again,
- are really hard to solve so then we may require further work from you who
- actually see or experience the problem.
+ We may require further work from you who actually see or experience the 
+ problem if we cannot reproduce it and cannot understand it even after having
+ gotten all the info we need and having studied the source code over again.
 
 ## Unresponsive
 
- If the problem have not been understood or reproduced, and there's nobody
+ If the problem have not been understood or reproduced, and there is nobody
  responding to follow-up questions or questions asking for clarifications or
  for discussing possible ways to move forward with the task, we take that as a
  strong suggestion that the bug is unimportant.