summaryrefslogtreecommitdiff
path: root/docs/CODE_REVIEW.md
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2020-12-12 09:59:10 -0800
committerDan Fandrich <dan@coneharvesters.com>2020-12-12 09:59:28 -0800
commit2a264d494e006b8ca9f1bad0798893c7b52f3a98 (patch)
tree651ad0bcdc4aae982b1c2039d2d1a447ccdcb902 /docs/CODE_REVIEW.md
parentc29db0303d52ee5db853a600cf3b6a2a5e4c042e (diff)
downloadcurl-2a264d494e006b8ca9f1bad0798893c7b52f3a98.tar.gz
docs: Fix some typos
[skip ci]
Diffstat (limited to 'docs/CODE_REVIEW.md')
-rw-r--r--docs/CODE_REVIEW.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CODE_REVIEW.md b/docs/CODE_REVIEW.md
index f55cb0985..3030b9b0d 100644
--- a/docs/CODE_REVIEW.md
+++ b/docs/CODE_REVIEW.md
@@ -162,7 +162,7 @@ used as input to string functions.
# Commit messages
Tightly coupled with a code review is making sure that the commit message is
-good. It is the responsibilitiy of the person who merges the code to make sure
+good. It is the responsibility of the person who merges the code to make sure
that the commit message follows our standard (detailed in the
[CONTRIBUTE.md](CONTRIBUTE.md) document). This includes making sure the PR
identifies related issues and giving credit to reporters and helpers.