From 624fbd97b955de9e493d2804b96676f9c6cc61cb Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Mon, 28 Jan 2013 10:24:13 -0800 Subject: [PATCH] Comment typo --- openseadragon.js | 2 +- src/drawer.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openseadragon.js b/openseadragon.js index 1d80d42c..aeb38e5d 100644 --- a/openseadragon.js +++ b/openseadragon.js @@ -8184,7 +8184,7 @@ $.Drawer.prototype = { * Image object as the only parameter if it was loaded successfully. * If an error occured, or the request timed out or was aborted, * the parameter is null instead. - * @return {Boolean} loading - Wheter the request was submitted or ignored + * @return {Boolean} loading - Whether the request was submitted or ignored * based on OpenSeadragon.DEFAULT_SETTINGS.imageLoaderLimit. */ loadImage: function( src, callback ) { diff --git a/src/drawer.js b/src/drawer.js index b974c447..aaefe4d8 100644 --- a/src/drawer.js +++ b/src/drawer.js @@ -278,7 +278,7 @@ $.Drawer.prototype = { * Image object as the only parameter if it was loaded successfully. * If an error occured, or the request timed out or was aborted, * the parameter is null instead. - * @return {Boolean} loading - Wheter the request was submitted or ignored + * @return {Boolean} loading - Whether the request was submitted or ignored * based on OpenSeadragon.DEFAULT_SETTINGS.imageLoaderLimit. */ loadImage: function( src, callback ) {