CONTRIBUTING: fix typo "excercising"

This commit is contained in:
Maxime Roussin-Bélanger 2020-12-17 15:40:38 -05:00
parent efa5e3c8c6
commit b52e71c8ec

View File

@ -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.