From a85bfcc54745591455dc9b59c3889025456a9aba Mon Sep 17 00:00:00 2001 From: Nenad Ticaric Date: Mon, 12 Jun 2017 00:54:11 +0200 Subject: [PATCH] typo --- helper/helpers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/helpers.php b/helper/helpers.php index bd3f3f2..ee92d04 100644 --- a/helper/helpers.php +++ b/helper/helpers.php @@ -9,7 +9,7 @@ function stringEndsWith($haystack, $needle) } if (!function_exists('fuzzyMatch')) { - function fuzzy_match($pattern, $str) + function fuzzyMatch($pattern, $str) { $j = 0; $patternLength = strlen($pattern);