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