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/rte.js
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2013-07-18 19:17:52 +0400
committerMarc Delisle <marc@infomarc.info>2013-07-18 19:17:52 +0400
commit07a9bed3e240372114dba9f54e71dc750c362967 (patch)
tree079ea60be39084267e43f9ccb18721fb15a15f6e /js/rte.js
parent07ef78e90e4952a9010fed90558e15fe571a8481 (diff)
Fix typo
Diffstat (limited to 'js/rte.js')
-rw-r--r--js/rte.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/rte.js b/js/rte.js
index fb19666a2f..1acb9ab894 100644
--- a/js/rte.js
+++ b/js/rte.js
@@ -831,7 +831,7 @@ $(function () {
var $routine_params_table = $(this).closest('div.ui-dialog').find('.routine_params_table');
/**
* @var new_param_row A string containing the HTML code for the
- * new row for the routine paramaters table
+ * new row for the routine parameters table
*/
var new_param_row = RTE.param_template.replace(/%s/g, $routine_params_table.find('tr').length - 1);
// Append the new row to the parameters table