Fix many spelling errors

This commit is contained in:
Landon Curt Noll
2021-02-12 22:09:47 -08:00
parent 486f4c5626
commit 507fe026e5
154 changed files with 482 additions and 476 deletions

View File

@@ -710,7 +710,7 @@ scanerror(int skip, char *fmt, ...)
{
va_list ap;
char *name; /* name of file with error */
int len; /* length of error msg bufer */
int len; /* length of error msg buffer */
/* count the error */
errorcount++;
@@ -815,7 +815,7 @@ warning(char *fmt, ...)
{
va_list ap;
char *name; /* name of file with error */
int len; /* length of error msg bufer */
int len; /* length of error msg buffer */
/* count this warning */
++calc_warn_cnt;