Spelling fixes

This commit is contained in:
chase
2018-05-26 11:50:47 -05:00
committed by Jon Trulson
parent 8d2fe2486c
commit 809c3d8bb6
146 changed files with 240 additions and 240 deletions

View File

@@ -285,7 +285,7 @@ STRLEN(Char *S)
/* this function only supports returning position of one char (not
a string). "num" is the occurance of the character's position to
a string). "num" is the occurrence of the character's position to
return. */
Static short
strpos2(Char *S1, Char *S2, short num)