Skip to content
Snippets Groups Projects
Commit f5695da0 authored by rswindell's avatar rswindell
Browse files

Fixed typos in comments.

parent 884c19fb
No related branches found
No related tags found
No related merge requests found
......@@ -382,7 +382,7 @@ char* DLLCALL ultoac(ulong l, char *string)
}
/****************************************************************************/
/* Truncate string at first occurance of char in specified character set */
/* Truncate string at first occurrence of char in specified character set */
/****************************************************************************/
char* DLLCALL truncstr(char* str, const char* set)
{
......@@ -431,7 +431,7 @@ char* backslashcolon(char *str)
}
/****************************************************************************/
/* Compares pointers to pointers to char. Used in conjuction with qsort() */
/* Compares pointers to pointers to char. Used in conjunction with qsort() */
/****************************************************************************/
int pstrcmp(const char **str1, const char **str2)
{
......@@ -818,7 +818,7 @@ char* quoted_string(const char* str, char* buf, size_t maxlen)
#endif
#if 0 /* I think is is a misguided idea :-( */
#if 0 /* I think it is a misguided idea :-( */
char* sbbs_cmdstr(const char* src
,char* buf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment