From ec7064ea741e5003c1b3592b3e1c2ed0feb1d9eb Mon Sep 17 00:00:00 2001 From: Tim van der Meij <timvandermeij@gmail.com> Date: Wed, 9 Oct 2013 20:24:12 +0200 Subject: [PATCH] Trivial typo fix --- web/page_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/page_view.js b/web/page_view.js index 7f26f6a65..7ced4af17 100644 --- a/web/page_view.js +++ b/web/page_view.js @@ -124,7 +124,7 @@ var PageView = function pageView(container, id, scale, }; this.cssZoom = function pageViewRescale(canvas) { - // Need to adjust canvas, canvas wrapepr, and page container. + // Need to adjust canvas, canvas wrapper, and page container. canvas.style.width = canvas.parentNode.style.width = div.style.width = Math.floor(this.viewport.width) + 'px'; canvas.style.height = canvas.parentNode.style.height = div.style.height =