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-11-02 20:32:42 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 20:32:42 +0300
commit42e0bdd47a65f8a095ee6159332e19f7c3595ab5 (patch)
tree366b73ba66be97d42c4739ae0acc487cd725c34d /db_tracking.php
parenteea3332acf66225661c5be77684df733dca1a3cc (diff)
Fix typos.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_tracking.php')
-rw-r--r--db_tracking.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_tracking.php b/db_tracking.php
index e41a8dff40..8cd1075c53 100644
--- a/db_tracking.php
+++ b/db_tracking.php
@@ -176,7 +176,7 @@ foreach ($table_list as $key => $value) {
) {
foreach ($value as $temp_table) {
// If $temp_table is a table with the value for 'Name' is set,
- // rather than a propery of the table group.
+ // rather than a property of the table group.
if (is_array($temp_table)
&& array_key_exists('Name', $temp_table)
) {