correct spelling mistake
This commit is contained in:
parent
4d59e3a2e2
commit
5f87039946
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
/* replace all occurences of the character needle with the character replacement in haystack */
|
/* replace all occurrences of the character needle with the character replacement in haystack */
|
||||||
char *string_replace_char(char needle, char replacement, char *haystack);
|
char *string_replace_char(char needle, char replacement, char *haystack);
|
||||||
|
|
||||||
/* replace all occurrences of needle with replacement in haystack */
|
/* replace all occurrences of needle with replacement in haystack */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user