aboutsummaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
authorThiago Suchorski <suchorski@ymail.com>2022-09-22 08:27:27 -0300
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2022-10-09 17:40:29 +0200
commitaf33b200da8040c78dbfd8405878190980727171 (patch)
treeb2117a3dc945c00ff9b20bd7d0b6675374480ed1 /HACKING.md
parent19b6b5f4791e3531cd6d3aabc8706d590ade14b7 (diff)
downloadopenssl-af33b200da8040c78dbfd8405878190980727171.tar.gz
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)
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.md b/HACKING.md
index 6375450c24..9a1f7b9f50 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -9,7 +9,7 @@ This document describes the way to add custom modifications to OpenSSL sources.
[Configurations/unix-Makefile.tmpl](Configurations/unix-Makefile.tmpl)
to pick up that file.
- After that perform the following steps:
+ After that, perform the following steps:
./Configure -Werror --strict-warnings [your-options]
make update
@@ -27,7 +27,7 @@ This document describes the way to add custom modifications to OpenSSL sources.
`make update` also generates files related to OIDs (in the `crypto/objects/`
folder) and errors.
- If a merge error occurs in one of these generated files then the
+ If a merge error occurs in one of these generated files, then the
generated files need to be removed and regenerated using `make update`.
- To aid in this process the generated files can be committed separately
+ To aid in this process, the generated files can be committed separately
so they can be removed easily.