From d0ae79c994924529a683300ebbe372a36400006c Mon Sep 17 00:00:00 2001 From: Benjamin Flesch Date: Mon, 18 Nov 2013 11:58:38 +0100 Subject: [PATCH] Fixed Typo --- src/shared/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/util.js b/src/shared/util.js index 964948b8d..fde8a6fa5 100644 --- a/src/shared/util.js +++ b/src/shared/util.js @@ -51,7 +51,7 @@ globalScope.PDFJS.pdfBug = false; // All the possible operations for an operator list. var OPS = PDFJS.OPS = { - // Intentially start from 1 so it is easy to spot bad operators that will be + // Intentionally start from 1 so it is easy to spot bad operators that will be // 0's. dependency: 1, setLineWidth: 2,