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:
authorMichal Čihař <michal@cihar.com>2012-04-27 13:33:26 +0400
committerMichal Čihař <michal@cihar.com>2012-04-27 13:33:26 +0400
commit397b6fd00e38929f66f5db95d8e0390b79336bdd (patch)
treee365b39797cb747e10eb59690db41c79570d3ca1 /libraries/replication_gui.lib.php
parente6cca75875cf2dd08ab1cf51501ee01f505a54c4 (diff)
Cleanup spacing after @return
Diffstat (limited to 'libraries/replication_gui.lib.php')
-rw-r--r--libraries/replication_gui.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/replication_gui.lib.php b/libraries/replication_gui.lib.php
index 35970cd8e8..ca8ed5059f 100644
--- a/libraries/replication_gui.lib.php
+++ b/libraries/replication_gui.lib.php
@@ -202,7 +202,7 @@ function PMA_replication_print_slaves_table($hidden = false)
/**
* get the correct username and hostname lengths for this MySQL server
*
- * @return array username length, hostname length
+ * @return array username length, hostname length
*/
function PMA_replication_get_username_hostname_length()