From 27806a3be7545279da7d5ff12fe8772d8859a73f Mon Sep 17 00:00:00 2001 From: Mike Castle Date: Sat, 23 Nov 2013 19:24:43 -0800 Subject: [PATCH] Spell check, missed one. --- code/map_data_request.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/map_data_request.js b/code/map_data_request.js index 05fa2e94..cc9ab868 100644 --- a/code/map_data_request.js +++ b/code/map_data_request.js @@ -267,7 +267,7 @@ window.MapDataRequest.prototype.refresh = function() { // so as far as plugins are concerned, it should be treated as a finished request window.runHooks('requestFinished', {success: true}); - console.log ('done request preperation (cleared out-of-bounds and invalid for zoom, and rendered cached data)'); + console.log ('done request preparation (cleared out-of-bounds and invalid for zoom, and rendered cached data)'); if (Object.keys(this.queuedTiles).length > 0) { // queued requests - don't start processing the download queue immediately - start it after a short delay