mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Fix many spelling errors
This commit is contained in:
4
token.c
4
token.c
@@ -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;
|
||||
|
Reference in New Issue
Block a user