From a124926862215373ee6a581f566f62c4d5144e47 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 9 Aug 2013 06:53:44 +0800 Subject: [PATCH] typo --- share/pdf2htmlEX.js.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/pdf2htmlEX.js.in b/share/pdf2htmlEX.js.in index af97da9..7c9245b 100644 --- a/share/pdf2htmlEX.js.in +++ b/share/pdf2htmlEX.js.in @@ -112,7 +112,7 @@ var pdf2htmlEX = (function(){ return !((off[1] > this.height() * 2) || (off[1] + this.$container.height() * 2 < 0)); }, /* return the coordinate of the top-left corner of container - * in our cooridnate system + * in our coordinate system */ position : function () { var off = this.$p.offset();