some spelling and inconsistency corrections; comments and elsewhere

This commit is contained in:
nhmall
2026-01-11 11:31:34 -05:00
parent c016367d8c
commit 6459d44461
17 changed files with 31 additions and 30 deletions

View File

@@ -711,7 +711,7 @@ online2(coordxy x0, coordxy y0, coordxy x1, coordxy y1)
}
#ifndef STRNCMPI
/* case insensitive counted string comparison */
/* case-insensitive counted string comparison */
/*{ aka strncasecmp }*/
int
strncmpi(
@@ -735,7 +735,7 @@ strncmpi(
#endif /* STRNCMPI */
#ifndef STRSTRI
/* case insensitive substring search */
/* case-insensitive substring search */
char *
strstri(const char *str, const char *sub)
{