From b849f33ba6dbfe040927b920846742d517a67bce Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 4 Jul 2020 22:01:53 +0200 Subject: Fix a small typo --- src/sp_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/sp_utils.c b/src/sp_utils.c index e752d24..ed5123e 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c @@ -419,7 +419,7 @@ bool check_is_in_eval_whitelist(const zend_string* const function_name) { } /* yes, we could use a HashTable instead, but since the list is pretty - * small, it doesn't maka a difference in practise. */ + * small, it doesn't make a difference in practise. */ while (it && it->data) { if (sp_zend_string_equals(function_name, (const zend_string*)(it->data))) { /* We've got a match, the function is whiteslited. */ -- cgit v1.3