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 16:04:31 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-11-02 16:04:35 +0300
commit037a034b437b493b05d98231aff3dc0eb17d459a (patch)
tree07a90b931e2cc644d0b1f21bdd2fc93bd3383563 /js/console.js
parent4139575bbcf0cc042edad8069be63dcb715041ba (diff)
Minor coding style modifications.
Fix typos. PHPDoc and JSDoc updates. Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'js/console.js')
-rw-r--r--js/console.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/console.js b/js/console.js
index 56259fc5bf..d832297001 100644
--- a/js/console.js
+++ b/js/console.js
@@ -187,7 +187,7 @@ var PMA_console = {
}
},
/**
- * Excute query and show results in console
+ * Execute query and show results in console
*
* @return void
*/
@@ -294,7 +294,7 @@ var PMA_console = {
PMA_console.collapse();
},
/**
- * Toggle console mode between collsapse/show
+ * Toggle console mode between collapse/show
* Used for toggle buttons and shortcuts
*
* @return void