some Fossies-reported spelling errors were accidentally left unfixed

This commit is contained in:
Evan Hunt
2020-02-21 14:12:42 -08:00
parent 2296df45d5
commit a2aa29ed4f
20 changed files with 65 additions and 65 deletions

View File

@@ -325,7 +325,7 @@ should be used for generic variables (e.g. iteration counters, array
subscripts). Other than for generic variables, if a negative value isn't
meaningful, the variable should be unsigned. Assignments and
comparisons between signed and unsigned integers should be avoided;
suppressing the warnings with casts is not desireable.<P>
suppressing the warnings with casts is not desirable.<P>
<H4>Casting</H4>
Casting should be avoided when possible. When it is necessary, there