From 40e97aaf9e54e412f0f9e94ae8f45238142c5c0f Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Mon, 26 Aug 2024 20:46:14 +0200 Subject: [PATCH] typos --- butils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/butils.py b/butils.py index 2694f1e..74ec19b 100644 --- a/butils.py +++ b/butils.py @@ -875,7 +875,7 @@ def add_metrics_obj_from_bound_box(glyph, bound_box=None): obj["font_name"] = glyph["font_name"] obj["face_name"] = glyph["face_name"] obj["glyph"] = glyph["glyph"] - obj[f"{utils.pefix()}_type"] = "metrics" + obj[f"{utils.prefix()}_type"] = "metrics" # remove already existing metrics remove_metrics = []