From b5b463e482d28b3dd0b62f2694519353ecf5ad42 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 20:29:42 +0100 Subject: [PATCH] correct spelling mistake --- lib/SqlFormatter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SqlFormatter.php b/lib/SqlFormatter.php index 49e1d2f..59b8640 100644 --- a/lib/SqlFormatter.php +++ b/lib/SqlFormatter.php @@ -309,7 +309,7 @@ protected static function getNextToken($string, $previous = null) } } - // A function must be suceeded by '(' + // A function must be succeeded by '(' // this makes it so "count(" is considered a function, but "count" alone is not $upper = strtoupper($string); // function