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

@@ -219,7 +219,7 @@ iterate(dns_rbt_t *rbt, bool forward) {
printf("\n");
} else {
if (result != ISC_R_NOMORE) {
printf("UNEXEPCTED ITERATION ERROR: %s",
printf("UNEXPECTED ITERATION ERROR: %s",
dns_result_totext(result));
}
break;