From a9391348da8e8a642ae25d4fb11da5470e88c494 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 18 Jul 2015 18:01:58 -0400 Subject: Fix typos Signed-off-by: Marc Delisle --- test/libraries/PMA_Linter_Test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/libraries/PMA_Linter_Test.php b/test/libraries/PMA_Linter_Test.php index 56667170a5..4c3b6cd6c5 100644 --- a/test/libraries/PMA_Linter_Test.php +++ b/test/libraries/PMA_Linter_Test.php @@ -132,7 +132,7 @@ class PMA_Linter_Test extends PHPUnit_Framework_TestCase json_encode( array( array( - 'message' => 'The linting is disabled for this query because it exceededs the maxmimum length.', + 'message' => 'Linting is disabled for this query because it exceeds the maximum length.', 'fromLine' => 0, 'fromColumn' => 0, 'toLine' => 0, -- cgit v1.2.3