Fix spelling errors
This commit is contained in:
committed by
Jan Vidar Krey
parent
be1ad4f475
commit
ef83b31cec
@@ -86,7 +86,7 @@ void* memmem(const void *haystack, size_t haystacklen, const void *needle, size_
|
||||
|
||||
/**
|
||||
* Split the string based on split, and place the different parts into list.
|
||||
* @return the number of items in the list after split, or -1 if an error occured.
|
||||
* @return the number of items in the list after split, or -1 if an error occurred.
|
||||
*/
|
||||
struct linked_list;
|
||||
extern int split_string(const char* string, const char* split, struct linked_list* list, int allow_empty);
|
||||
|
||||
Reference in New Issue
Block a user