From 096b02d1c828430956911550c5dd28eeeed08e21 Mon Sep 17 00:00:00 2001 From: thatcher Date: Wed, 6 Mar 2013 06:03:05 -0500 Subject: [PATCH] addressing typo in comment pointed out by @iangilian --- src/openseadragon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 9cd7dd49..a353d372 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -1656,7 +1656,7 @@ window.OpenSeadragon = window.OpenSeadragon || function( options ){ })(); /** - * Determines the appropriate level of native full secreen support we can get + * Determines the appropriate level of native full screen support we can get * from the browser. * Thanks to John Dyer for the implementation and research * http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/