fix spelling errors reported by Fossies.

(cherry picked from commit ba0313e649)
This commit is contained in:
Evan Hunt
2020-02-20 14:49:36 -08:00
parent d133acc8bb
commit 11a0d771f9
169 changed files with 360 additions and 360 deletions

View File

@@ -45,7 +45,7 @@ static dns_dbversion_t *v1 = NULL, *v2 = NULL;
* The code below enables us to trap assertion failures for testing
* purposes. local_callback() is set as the callback function for
* isc_assertion_failed(). It calls mock_assert() so that CMOCKA
* will be able to see it, then returns to the calling functon via
* will be able to see it, then returns to the calling function via
* longjmp() so that the abort() call in isc_assertion_failed() will
* never be reached. Use check_assertion() to check for assertions
* instead of expect_assert_failure().