correct spelling mistake

This commit is contained in:
Edward Betts 2017-10-10 23:41:08 +01:00 committed by GitHub
parent 4d59e3a2e2
commit 5f87039946

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