Merge pull request #3929 from bf/patch-1

Fixed Typo
This commit is contained in:
Jonas Jenwald 2013-11-18 03:49:44 -08:00
commit 4ec5ca057c

View File

@ -51,7 +51,7 @@ globalScope.PDFJS.pdfBug = false;
// All the possible operations for an operator list. // All the possible operations for an operator list.
var OPS = PDFJS.OPS = { 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. // 0's.
dependency: 1, dependency: 1,
setLineWidth: 2, setLineWidth: 2,