From: Etienne Simard Date: Tue, 5 Feb 2019 03:42:10 +0000 (-0500) Subject: CONTRIBUTE.md: Fix grammatical errors X-Git-Tag: curl-7_64_0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e49ca2a11573d2fd0f451a6ab3b3dab5dc9b918d;p=thirdparty%2Fcurl.git CONTRIBUTE.md: Fix grammatical errors Fix grammatical errors making the document read better. Also fixes a typo. Closes #3525 Reviewed-by: Daniel Gustafsson --- diff --git a/docs/CONTRIBUTE.md b/docs/CONTRIBUTE.md index caec3f4d39..978b87d27d 100644 --- a/docs/CONTRIBUTE.md +++ b/docs/CONTRIBUTE.md @@ -20,8 +20,8 @@ Before posting to one of the curl mailing lists, please read up on the We also hang out on IRC in #curl on irc.freenode.net If you're at all interested in the code side of things, consider clicking -'watch' on the [curl repo on github](https://github.com/curl/curl) to get -notified on pull requests and new issues posted there. +'watch' on the [curl repo on github](https://github.com/curl/curl) to be +notified of pull requests and new issues posted there. ### License and copyright @@ -155,7 +155,7 @@ to loose in the flood of many emails, like they sometimes do on the mailing lists. Every pull request submitted will automatically be tested in several different -ways. Every pull request is verfied that: +ways. Every pull request is verified for each of the following: - ... it still builds, warning-free, on Linux and macOS, with both clang and gcc