From b52e71c8ec1659aaefd970f1f284ece39d04ef05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Roussin-B=C3=A9langer?= Date: Thu, 17 Dec 2020 15:40:38 -0500 Subject: [PATCH] CONTRIBUTING: fix typo "excercising" --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.