Merge pull request #410 from EdwardBetts/patch-1
correct spelling mistake
This commit is contained in:
commit
bc9ddff637
@ -4,7 +4,7 @@
|
||||
|
||||
#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);
|
||||
|
||||
/* replace all occurrences of needle with replacement in haystack */
|
||||
|
Loading…
x
Reference in New Issue
Block a user