From 23236f1b0b9dc9883f78a44a38ce2a9964b4513d Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Fri, 6 Aug 2021 19:30:36 +0900 Subject: [PATCH] Fix typo in cff_parser_spec.js shoudn't -> shouldn't --- test/unit/cff_parser_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/cff_parser_spec.js b/test/unit/cff_parser_spec.js index 1ba7c4e06..cc0b3fcc3 100644 --- a/test/unit/cff_parser_spec.js +++ b/test/unit/cff_parser_spec.js @@ -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); });