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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-08-10 02:41:44 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-08-10 02:41:44 +0400
commit50849a8757d3302c6d6c2aa5d0a669c4dcb7f732 (patch)
tree0d6b9fbb81a9aedfea6ec645510258203d9eaa0d /sql.php
parent68b98335ff457ebea1f895f1c36dade1f401b189 (diff)
Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index ac3d90e811..25141ef975 100644
--- a/sql.php
+++ b/sql.php
@@ -40,7 +40,7 @@ if (isset($ajax_reload) && $ajax_reload['reload'] === true) {
/**
* Defines the url to return to in case of error in a sql statement
*/
-// Security checkings
+// Security checks
if (! empty($goto)) {
$is_gotofile = preg_replace('@^([^?]+).*$@s', '\\1', $goto);
if (! @file_exists('' . $is_gotofile)) {