From 5f87039946190ffe963289a86c338cb0069ea642 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 10 Oct 2017 23:41:08 +0100 Subject: [PATCH] correct spelling mistake --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */