mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Correct typos
This commit is contained in:
parent
497c0610cd
commit
a97dd26389
11 changed files with 11 additions and 11 deletions
|
@ -172,7 +172,7 @@ class WorkerMessageHandler {
|
|||
// Check that at least the first page can be successfully loaded,
|
||||
// since otherwise the XRef table is definitely not valid.
|
||||
await pdfManager.ensureDoc("checkFirstPage", [recoveryMode]);
|
||||
// Check that the last page can be sucessfully loaded, to ensure that
|
||||
// Check that the last page can be successfully loaded, to ensure that
|
||||
// `numPages` is correct, and fallback to walking the entire /Pages-tree.
|
||||
await pdfManager.ensureDoc("checkLastPage", [recoveryMode]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue