summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-17 15:40:38 -0500
committerMaxime Roussin-Bélanger <maxime.roussinbelanger@gmail.com>2020-12-17 16:03:14 -0500
commitb52e71c8ec1659aaefd970f1f284ece39d04ef05 (patch)
treefb0f55bdb5a15c52ae2cf8f67507ba4a8d260df3
parentefa5e3c8c6cd7559e1e9df397d8536a143615cdb (diff)
CONTRIBUTING: fix typo "excercising"
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index dcc9f56..1ea351f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -232,7 +232,7 @@ During review, the following matters should be checked:
- Stable ABI or API additions must be justified by actual use cases, not only
by speculation. They must also be documented, and it is strongly recommended to
-include tests excercising the additions in the test suite.
+include tests exercising the additions in the test suite.
- The code fits the existing software architecture, e.g. no layering
violations.