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-10-03 13:52:51 +0400
committerMarc Delisle <marc@infomarc.info>2013-10-03 13:52:51 +0400
commit6aa99438d0e333b14254cc6c7e50fea6d7035cea (patch)
tree33aa664e2419f6f23e6cad140192ce25f086d60f /js/get_scripts.js.php
parentc747cc65a9aca59b9d97bf196b4a4587eeb94e71 (diff)
Fix typo
Diffstat (limited to 'js/get_scripts.js.php')
-rw-r--r--js/get_scripts.js.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/get_scripts.js.php b/js/get_scripts.js.php
index 4ba2f0d7cc..b23ccefd11 100644
--- a/js/get_scripts.js.php
+++ b/js/get_scripts.js.php
@@ -1,7 +1,7 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
- * Concatenates reveral js files to reduce the number of
+ * Concatenates several js files to reduce the number of
* http requests sent to the server
*
* @package PhpMyAdmin