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

@@ -11,7 +11,7 @@ TYPES
return int
DESCRIPTION
This function returns the location of the first occurance of the string t
This function returns the location of the first occurrence of the string t
in the string s. If t is not found within s, 0 is returned. If t is
found at the beginning of s, 1 is returned.