diff --git a/db_datadict.php b/db_datadict.php
index 2ca81aa0d0..68865a2b3f 100644
--- a/db_datadict.php
+++ b/db_datadict.php
@@ -65,7 +65,7 @@ foreach ($tables as $table) {
echo '
' . htmlspecialchars($table) . '
' . "\n";
/**
- * Gets table informations
+ * Gets table information
*/
$show_comment = PMA_Table::sGetStatusInfo($db, $table, 'TABLE_COMMENT');
diff --git a/db_search.php b/db_search.php
index 146da78152..ec7cd04d57 100644
--- a/db_search.php
+++ b/db_search.php
@@ -24,7 +24,7 @@ $scripts->addFile('jquery/jquery-ui-timepicker-addon.js');
require 'libraries/db_common.inc.php';
-// If config variable $GLOBALS['cfg']['Usedbsearch'] is on false : exit.
+// If config variable $GLOBALS['cfg']['UseDbSearch'] is on false : exit.
if (! $GLOBALS['cfg']['UseDbSearch']) {
PMA_Util::mysqlDie(
__('Access denied!'), '', false, $err_url
diff --git a/db_structure.php b/db_structure.php
index 41ec4140ef..5c4c581a16 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -92,7 +92,7 @@ if ($num_tables == 0) {
}
// else
-// 2. Shows table informations
+// 2. Shows table information
/**
* Displays the tables list
diff --git a/tbl_addfield.php b/tbl_addfield.php
index df7c75d0ac..9bdc8bd347 100644
--- a/tbl_addfield.php
+++ b/tbl_addfield.php
@@ -109,7 +109,7 @@ if (isset($_REQUEST['do_save_data'])) {
*/
if ($abort == false) {
/**
- * Gets tables informations
+ * Gets tables information
*/
include_once 'libraries/tbl_common.inc.php';
include_once 'libraries/tbl_info.inc.php';
diff --git a/tbl_export.php b/tbl_export.php
index b6f96b7bef..82a61253d1 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -20,7 +20,7 @@ $scripts = $header->getScripts();
$scripts->addFile('export.js');
/**
- * Gets tables informations and displays top links
+ * Gets tables information and displays top links
*/
require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_export.php&back=tbl_export.php';
@@ -44,7 +44,7 @@ if (! empty($sql_query)) {
// If a table alias is used, get rid of it since
// where clauses are on real table name
if ($analyzed_sql[0]['table_ref'][0]['table_alias']) {
- // Exporting seleted rows is only allowed for queries involving
+ // Exporting selected rows is only allowed for queries involving
// a single table. So we can safely assume that there is only one
// table in 'table_ref' array.
$temp_sql_array = preg_split('/\bfrom\b/i', $sql_query);
diff --git a/tbl_import.php b/tbl_import.php
index eeced6b0d5..b7c5fde00e 100644
--- a/tbl_import.php
+++ b/tbl_import.php
@@ -20,7 +20,7 @@ $scripts = $header->getScripts();
$scripts->addFile('import.js');
/**
- * Gets tables informations and displays top links
+ * Gets tables information and displays top links
*/
require_once 'libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_import.php&back=tbl_import.php';
diff --git a/tbl_operations.php b/tbl_operations.php
index ed99ceac46..d070298753 100644
--- a/tbl_operations.php
+++ b/tbl_operations.php
@@ -55,7 +55,7 @@ require_once 'libraries/Partition.class.php';
$GLOBALS['dbi']->selectDb($GLOBALS['db']);
/**
- * Gets tables informations
+ * Gets tables information
*/
require 'libraries/tbl_info.inc.php';
diff --git a/tbl_relation.php b/tbl_relation.php
index 6b8172b9f2..18a79e8128 100644
--- a/tbl_relation.php
+++ b/tbl_relation.php
@@ -38,7 +38,7 @@ $scripts->addFile('tbl_relation.js');
$scripts->addFile('indexes.js');
/**
- * Gets tables informations
+ * Gets tables information
*/
require_once 'libraries/tbl_info.inc.php';
diff --git a/tbl_structure.php b/tbl_structure.php
index 4ef5d82363..53e023e43a 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -164,7 +164,7 @@ $url_params['back'] = 'tbl_structure.php';
/**
- * Gets tables informations
+ * Gets tables information
*/
require_once 'libraries/tbl_info.inc.php';
diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php
index 3efcfb574e..40f81a0ace 100644
--- a/tbl_zoom_select.php
+++ b/tbl_zoom_select.php
@@ -93,7 +93,7 @@ if (isset($_REQUEST['change_tbl_info']) && $_REQUEST['change_tbl_info'] == true)
require_once './libraries/tbl_common.inc.php';
$url_query .= '&goto=tbl_select.php&back=tbl_select.php';
-// Gets tables informations
+// Gets tables information
require_once './libraries/tbl_info.inc.php';
if (! isset($goto)) {
diff --git a/view_operations.php b/view_operations.php
index 82c7db760e..b1cc543b70 100644
--- a/view_operations.php
+++ b/view_operations.php
@@ -26,7 +26,7 @@ $url_query .= '&goto=view_operations.php&back=view_operations.php';
$url_params['goto'] = $url_params['back'] = 'view_operations.php';
/**
- * Gets tables informations
+ * Gets tables information
*/
require './libraries/tbl_info.inc.php';