aboutsummaryrefslogtreecommitdiff
path: root/docs/CONTRIBUTING.adoc
diff options
context:
space:
mode:
authorAnton C. Wagensonner <anton.wagensonner@gmx.at>2019-08-12 21:42:54 +0200
committerGarrett D'Amore <garrett@damore.org>2019-09-26 04:40:59 -0700
commit32d17517b87713e4d584555c35ac48d010243910 (patch)
treebe93ff8120874f986de8321ba243b0f18179beaf /docs/CONTRIBUTING.adoc
parente618abf8f3db2a94269a79c8901a51148d48fcc2 (diff)
downloadnng-32d17517b87713e4d584555c35ac48d010243910.tar.gz
nng-32d17517b87713e4d584555c35ac48d010243910.tar.bz2
nng-32d17517b87713e4d584555c35ac48d010243910.zip
fixes some typos in documentation
Diffstat (limited to 'docs/CONTRIBUTING.adoc')
-rw-r--r--docs/CONTRIBUTING.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/CONTRIBUTING.adoc b/docs/CONTRIBUTING.adoc
index a30bb8cc..a9b82d06 100644
--- a/docs/CONTRIBUTING.adoc
+++ b/docs/CONTRIBUTING.adoc
@@ -16,7 +16,7 @@ defect, or sending us a message, you agree and certify that:
repository.) This grant shall include a right to use for any
patents covering content in the submission.
- ** You are not aware of any legal encumberances to the use of the
+ ** You are not aware of any legal encumbrances to the use of the
submission (such as patents held by others) unless explicitly
stated otherwise.
@@ -41,7 +41,7 @@ when filing issues:
* Include CMake configuration used to build NNG.
-* Inclue expected results or behavior, and observed results or behavior.
+* Include expected results or behavior, and observed results or behavior.
* If at all possible, a reproducible test case is helpful. We prefer test
cases as the minimal amount of C code to demonstrate the defect.
@@ -93,7 +93,7 @@ of `clang-format` as older versions can differ in their output.
PR with partial work in progress, unless you have reached a
milestone that can stand on its own merit.)
- ** Each commit in a PR should also be "complete", so that the
+ ** Each commit in a PR should also be "complete", so that
a release could be cut in between your commits without
leaving the tree in a broken or dysfunctional state.