aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAntonin Décimo <antonin.decimo@gmail.com>2019-01-23 15:24:37 +0100
committerAntonin Décimo <antonin.decimo@gmail.com>2019-01-24 10:37:40 +0100
commit36e89b5b71735bf38c02c1046828fd2ad26dc30b (patch)
tree28e8a8e57355f28a127cd39163447db592460e77 /CONTRIBUTING.md
parent62ec2dd68f92b1970ff3cdcdccf652837a359680 (diff)
downloadmbedtls-36e89b5b71735bf38c02c1046828fd2ad26dc30b.zip
mbedtls-36e89b5b71735bf38c02c1046828fd2ad26dc30b.tar.gz
mbedtls-36e89b5b71735bf38c02c1046828fd2ad26dc30b.tar.bz2
Fix #2370, minor typos and spelling mistakes
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 010dffc..18851db 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -50,7 +50,7 @@ When backporting to these branches please observe the following rules:
2. All bug fixes that correct a defect that is also present in an LTS branch must be backported to that LTS branch. If a bug fix introduces a change to the API such as a new function, the fix should be reworked to avoid the API change. API changes without very strong justification are unlikely to be accepted.
- 3. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to this may be addtional test cases or quality improvements such as changes to build or test scripts.
+ 3. If a contribution is a new feature or enhancement, no backporting is required. Exceptions to this may be additional test cases or quality improvements such as changes to build or test scripts.
It would be highly appreciated if contributions are backported to LTS branches in addition to the [development branch](https://github.com/ARMmbed/mbedtls/tree/development) by contributors.