Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/libraries/PMA_Linter_Test.php')
-rw-r--r--test/libraries/PMA_Linter_Test.php2
1 files changed, 1 insertions, 1 deletions
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,