Small spelling fixes

This commit is contained in:
chase
2018-04-23 22:41:14 -07:00
committed by Jon Trulson
parent 00fc1c54c1
commit 0aa8780fa1
5 changed files with 6 additions and 6 deletions

View File

@@ -417,7 +417,7 @@ parseCoord(char **str, char *val, signed char *offset)
sign = -1;
/* skip over sign... */
(void) c++;
/* skip over shitespace... */
/* skip over whitespace... */
while (*c && strchr(" \t", *c))
c++;