1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 17:48:07 +02:00

Merge pull request #14764 from apeltop/correct-typos

Correct typos
This commit is contained in:
Tim van der Meij 2022-04-10 14:55:08 +02:00 committed by GitHub
commit cdb3481d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View file

@ -436,7 +436,7 @@ class PartialEvaluator {
if (!data) {
return null;
}
// Cache the "raw" standard font data, to avoid fetching it repeateadly
// Cache the "raw" standard font data, to avoid fetching it repeatedly
// (see e.g. issue 11399).
this.standardFontDataCache.set(name, data);