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
path: root/js
diff options
context:
space:
mode:
authorSpun Nakandala <supun.nakandala@gmail.com>2013-07-22 22:56:02 +0400
committerSpun Nakandala <supun.nakandala@gmail.com>2013-07-22 22:56:02 +0400
commita025fe1781cdeccfec79e5f83414748b6305b92a (patch)
treee31c560643ff06d1c714fd1633a3b3738cbc5116 /js
parent96836745c42f9040116c7f7f7ff5f777ad26ba96 (diff)
typo corrected
Diffstat (limited to 'js')
-rw-r--r--js/sql.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/sql.js b/js/sql.js
index 81ad2cb638..a27c9c66b5 100644
--- a/js/sql.js
+++ b/js/sql.js
@@ -427,7 +427,7 @@ AJAX.registerOnload('sql.js', function () {
});
/**
- * Checks whether atleast one row is selected for slected row editing and export
+ * Checks whether atleast one row is selected for selcted row editing and export
*/
$("#resultsForm.ajax .mult_submit[value=delete]," +
"#resultsForm.ajax .mult_submit[value=export]").live('click', function (event) {