mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Fix typos
This commit is contained in:
parent
2f63ca0705
commit
ea2850e9a7
16 changed files with 30 additions and 30 deletions
|
@ -1197,7 +1197,7 @@ var XRef = (function XRefClosure() {
|
|||
if (endobjRegExp.test(tokenStr)) {
|
||||
break;
|
||||
} else {
|
||||
// Check if an "obj" occurance is actually a new object,
|
||||
// Check if an "obj" occurrence is actually a new object,
|
||||
// i.e. the current object is missing the 'endobj' operator.
|
||||
let objToken = nestedObjRegExp.exec(tokenStr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue