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
path: root/test
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2015-07-19 01:01:58 +0300
committerMarc Delisle <marc@infomarc.info>2015-07-19 01:01:58 +0300
commita9391348da8e8a642ae25d4fb11da5470e88c494 (patch)
tree4d812eddb776e21063974b9756b257b7ad1230da /test
parent48044b5d484b7d1839e441905c268e213ebb525e (diff)
Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'test')
-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,