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

@ -317,7 +317,7 @@ window.plugin.guessPlayerLevels.sort = function(playerHash) {
var setup = function() {
// we used to sture level guesses as one localStorage key per player, named 'level-PLAYER_GUID'
// we used to store level guesses as one localStorage key per player, named 'level-PLAYER_GUID'
// they're now stored in a single storage key - 'plugin-guess-player-levels' - so clear these old entries
$.each(Object.keys(localStorage), function(ind,key) {// legacy code - should be removed in the future
if(key.lastIndexOf('level-',0)===0) {