diff --git a/src/utils.h b/src/utils.h index ab45a74..8dc353b 100644 --- a/src/utils.h +++ b/src/utils.h @@ -4,7 +4,7 @@ #include -/* 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 */