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:
authorMarc Delisle <marc@infomarc.info>2013-05-27 15:59:10 +0400
committerMarc Delisle <marc@infomarc.info>2013-05-27 15:59:10 +0400
commit302d38ad9d02265ee140ea460a9293295757aae3 (patch)
tree6fce56c9e5bcda237c7423ab5bd59e77337f2879 /server_status_monitor.php
parent50ecd45602df34d3af29703b6a466b140252d34d (diff)
Fix typo
Diffstat (limited to 'server_status_monitor.php')
-rw-r--r--server_status_monitor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_status_monitor.php b/server_status_monitor.php
index 39fc74ea4d..814b92a54d 100644
--- a/server_status_monitor.php
+++ b/server_status_monitor.php
@@ -491,7 +491,7 @@ function PMA_getMonitorHtml($ServerStatusData)
'To display queries from the logs, select the relevant time span on any'
. ' chart by holding down the left mouse button and panning over the'
. ' chart. Once confirmed, this will load a table of grouped queries,'
- . ' there you may click on any occuring SELECT statements to further'
+ . ' there you may click on any occurring SELECT statements to further'
. ' analyze them.'
);
$retval .= '</p>';