From e3775acbe03b51af63ed705c9d3fb832f5986550 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 1 Sep 2018 14:34:14 +0200 Subject: [PATCH] Fix typo in comment Signed-off-by: Stefan Weil --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index af2dfca2..e3d9aed7 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -2120,7 +2120,7 @@ function OpenSeadragon( options ){ /** - * Retreives the value of a url parameter from the window.location string. + * Retrieves the value of a url parameter from the window.location string. * @function * @param {String} key * @returns {String} The value of the url parameter or null if no param matches.