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:
authorChristian Foellmann <foellmann@foe-services.de>2014-07-28 14:13:10 +0400
committerChristian Foellmann <foellmann@foe-services.de>2014-07-28 14:13:10 +0400
commit276394119dfbe117acd411a3862de597ba35a2ad (patch)
tree3dc394a15f459d6324e3452e15e9446e47fe3bd0 /libraries/Error_Handler.class.php
parentc8c2e72886de1b71f5abcaa295075da9666096b5 (diff)
UPDATE phpmyadmin 4.2.6 multilanguage
Diffstat (limited to 'libraries/Error_Handler.class.php')
-rw-r--r--libraries/Error_Handler.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/Error_Handler.class.php b/libraries/Error_Handler.class.php
index ebb6fa103a..7cd6442a22 100644
--- a/libraries/Error_Handler.class.php
+++ b/libraries/Error_Handler.class.php
@@ -165,7 +165,7 @@ class PMA_Error_Handler
case E_CORE_ERROR:
case E_COMPILE_ERROR:
default:
- // FATAL error, dislay it and exit
+ // FATAL error, display it and exit
$this->dispFatalError($error);
exit;
break;