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-09-21 19:44:30 +0400
committerMarc Delisle <marc@infomarc.info>2013-09-21 19:44:30 +0400
commit5f5d6be0155a29019119c8996d62abc1615732f2 (patch)
tree8faccc99b87181c82f5809cc102e5425bfdc299c /js/rte.js
parentc9f168812fdc7e4f09b9f426017a4277b8839bf3 (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 37f5d7e457..6d068aa735 100644
--- a/js/rte.js
+++ b/js/rte.js
@@ -100,7 +100,7 @@ RTE.COMMON = {
}, // end validateCustom()
/**
* Execute some code after the ajax
- * dialog for the ditor is shown.
+ * dialog for the editor is shown.
* This function can be overridden by
* other files in this folder
*/