Fixed Typo

This commit is contained in:
Benjamin Flesch 2013-11-18 11:58:38 +01:00
parent 1f7bfc8cc7
commit d0ae79c994

View File

@ -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,