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.