fix additional spelling errors

This commit is contained in:
Evan Hunt
2020-02-24 21:59:02 -08:00
parent e09f0856f0
commit 191b616579
74 changed files with 108 additions and 126 deletions

View File

@@ -376,7 +376,7 @@ on failure (setting `errno` to indicate what the nature of the problem
was), BIND style always keeps indication of the function's success or
failure separate from its returned data. Similarly, the C library
function `fread()` returns the number of characters read and then
depends on `feof()` and `ferror()` to determine whether an error occured
depends on `feof()` and `ferror()` to determine whether an error occurred
or the end of file was reached, but BIND's version uses result codes:
char buffer[BUFSIZ];