From 6ea7ec261d202a92ef2f141885b08bb0c4ac7322 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 1 Sep 2018 14:36:31 +0200 Subject: [PATCH] Fix more similar typos in comments Signed-off-by: Stefan Weil --- src/dzitilesource.js | 2 +- src/imagetilesource.js | 2 +- src/legacytilesource.js | 2 +- src/osmtilesource.js | 2 +- src/tmstilesource.js | 2 +- src/zoomifytilesource.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/dzitilesource.js b/src/dzitilesource.js index ee862f0d..38d35b6c 100644 --- a/src/dzitilesource.js +++ b/src/dzitilesource.js @@ -123,7 +123,7 @@ $.extend( $.DziTileSource.prototype, $.TileSource.prototype, /** @lends OpenSead * * @function * @param {Object|XMLDocument} data - the raw configuration - * @param {String} url - the url the data was retreived from if any. + * @param {String} url - the url the data was retrieved from if any. * @return {Object} options - A dictionary of keyword arguments sufficient * to configure this tile sources constructor. */ diff --git a/src/imagetilesource.js b/src/imagetilesource.js index e176576f..375c65d6 100644 --- a/src/imagetilesource.js +++ b/src/imagetilesource.js @@ -88,7 +88,7 @@ * * @function * @param {Object} options - the options - * @param {String} dataUrl - the url the image was retreived from, if any. + * @param {String} dataUrl - the url the image was retrieved from, if any. * @return {Object} options - A dictionary of keyword arguments sufficient * to configure this tile sources constructor. */ diff --git a/src/legacytilesource.js b/src/legacytilesource.js index 3defe342..67572346 100644 --- a/src/legacytilesource.js +++ b/src/legacytilesource.js @@ -121,7 +121,7 @@ $.extend( $.LegacyTileSource.prototype, $.TileSource.prototype, /** @lends OpenS * * @function * @param {Object|XMLDocument} configuration - the raw configuration - * @param {String} dataUrl - the url the data was retreived from if any. + * @param {String} dataUrl - the url the data was retrieved from if any. * @return {Object} options - A dictionary of keyword arguments sufficient * to configure this tile sources constructor. */ diff --git a/src/osmtilesource.js b/src/osmtilesource.js index cc3286bc..555e0a9f 100644 --- a/src/osmtilesource.js +++ b/src/osmtilesource.js @@ -121,7 +121,7 @@ $.extend( $.OsmTileSource.prototype, $.TileSource.prototype, /** @lends OpenSead * * @function * @param {Object} data - the raw configuration - * @param {String} url - the url the data was retreived from if any. + * @param {String} url - the url the data was retrieved from if any. * @return {Object} options - A dictionary of keyword arguments sufficient * to configure this tile sources constructor. */ diff --git a/src/tmstilesource.js b/src/tmstilesource.js index e7640b15..66b7755c 100644 --- a/src/tmstilesource.js +++ b/src/tmstilesource.js @@ -110,7 +110,7 @@ $.extend( $.TmsTileSource.prototype, $.TileSource.prototype, /** @lends OpenSead * * @function * @param {Object} data - the raw configuration - * @param {String} url - the url the data was retreived from if any. + * @param {String} url - the url the data was retrieved from if any. * @return {Object} options - A dictionary of keyword arguments sufficient * to configure this tile sources constructor. */ diff --git a/src/zoomifytilesource.js b/src/zoomifytilesource.js index a9f44ac2..6009d0c1 100644 --- a/src/zoomifytilesource.js +++ b/src/zoomifytilesource.js @@ -114,7 +114,7 @@ * * @function * @param {Object} data - the raw configuration - * @param {String} url - the url the data was retreived from if any. + * @param {String} url - the url the data was retrieved from if any. * @return {Object} options - A dictionary of keyword arguments sufficient * to configure this tile sources constructor. */