Spell check and found a bunch of new comments with typos.

This commit is contained in:
Mike Castle
2013-12-02 23:15:02 -08:00
parent 82f4ee4410
commit b783ef9cf6
5 changed files with 6 additions and 6 deletions

View File

@ -155,7 +155,7 @@ window.plugin.keys.loadLocal = function(mapping) {
: JSON.parse(objectJSON);
}
// For backward compitable, will change to use loadLocal after a few version
// For backward compatibility, will change to use loadLocal after a few version
window.plugin.keys.loadKeys = function() {
var keysObjectJSON = localStorage[plugin.keys.KEY.key];
if(!keysObjectJSON) return;