Merge pull request #410 from EdwardBetts/patch-1

correct spelling mistake
This commit is contained in:
Nikos Tsipinakis 2017-10-11 17:29:15 +03:00 committed by GitHub
commit bc9ddff637

View File

@ -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 */