From 129e8e34a57425e30d899403a6fe79c46e8f27e6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 24 May 2024 18:04:03 -0600 Subject: [PATCH] [cffLib] Typo --- Lib/fontTools/cffLib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/cffLib/__init__.py b/Lib/fontTools/cffLib/__init__.py index 9cfdebaa1..c192ec77a 100644 --- a/Lib/fontTools/cffLib/__init__.py +++ b/Lib/fontTools/cffLib/__init__.py @@ -1470,7 +1470,7 @@ class CharsetConverter(SimpleConverter): else: # offset == 0 -> no charset data. if isCID or "CharStrings" not in parent.rawDict: # We get here only when processing fontDicts from the FDArray of - # CFF-CID fonts. Only the real topDict references the chrset. + # CFF-CID fonts. Only the real topDict references the charset. assert value == 0 charset = None elif value == 0: