Fix typo in cff_parser_spec.js

shoudn't -> shouldn't
This commit is contained in:
Ikko Ashimine 2021-08-06 19:30:36 +09:00 committed by GitHub
parent 849bab973c
commit 23236f1b0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ describe("CFFParser", function () {
privateDict: privateDictStub,
}).charStrings;
expect(charStrings.count).toEqual(1);
// shoudn't be sanitized
// shouldn't be sanitized
expect(charStrings.get(0).length).toEqual(38);
});