Fixed typos, spelling correction

This commit is contained in:
dartraiden
2015-05-04 02:09:30 +03:00
parent f5b0008158
commit 8ac83cfd42
31 changed files with 44 additions and 44 deletions

View File

@@ -14,7 +14,7 @@ Notes:
CSS rules in this file:
1. Rules required by all MochaUI components or are shared by more than one.
2. Theme specific ajustments to plugin styles.
2. Theme specific adjustments to plugin styles.
3. Miscellaneous rules that have no better place to go.
*/

View File

@@ -263,7 +263,7 @@ var ContextMenu = new Class({
return this;
},
//diable the entire menu
//disable the entire menu
disable: function() {
this.options.disabled = true;
return this;