From 532a771b985356ca9e69b94cc57f6c926b2c7442 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Fri, 15 Sep 2023 16:58:17 +0200 Subject: [PATCH] fix minor typo [skip ci] --- Lib/fontTools/subset/svg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/subset/svg.py b/Lib/fontTools/subset/svg.py index 2e55bf54c..9daac6470 100644 --- a/Lib/fontTools/subset/svg.py +++ b/Lib/fontTools/subset/svg.py @@ -226,7 +226,7 @@ def subset_glyphs(self, s) -> bool: # dangling tail text after removing an element when pretty_print=True remove_blank_text=True, # don't replace entities; we don't expect any in OT-SVG and they may - # aboused for XXE attacks + # be abused for XXE attacks resolve_entities=False, ), )