summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorThiago Suchorski <suchorski@ymail.com>2022-09-22 08:27:27 -0300
committerTomas Mraz <tomas@openssl.org>2022-11-23 18:21:43 +0100
commit86699ac6ef49bd6578f0a125f8c018e2ab9298bb (patch)
tree6dfacce82a56005273ca7bbba882d206c712ca8b /CONTRIBUTING.md
parentcb6f8ae4638ecd1177a166c0bfd704e38ab844ff (diff)
Fixed some grammar and spelling
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/19262) (cherry picked from commit af33b200da8040c78dbfd8405878190980727171)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index efb4be8716..13a5d63695 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -14,7 +14,7 @@ To request new features or report bugs, please open an issue on GitHub
To submit a patch, please open a pull request on GitHub. If you are thinking
of making a large contribution, open an issue for it before starting work,
to get comments from the community. Someone may be already working on
-the same thing or there may be reasons why that feature isn't implemented.
+the same thing, or there may be reasons why that feature isn't implemented.
To make it easier to review and accept your pull request, please follow these
guidelines:
@@ -54,7 +54,7 @@ guidelines:
(usually by rebasing) before it will be acceptable.
4. Patches should follow our [coding style] and compile without warnings.
- Where `gcc` or `clang` is available you should use the
+ Where `gcc` or `clang` is available, you should use the
`--strict-warnings` `Configure` option. OpenSSL compiles on many varied
platforms: try to ensure you only use portable features. Clean builds via
GitHub Actions and AppVeyor are required, and they are started automatically