From 56310f38cfe074312b07a08caeeb6d7eb0d1a248 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Mon, 28 Dec 2020 09:06:44 +1100 Subject: [PATCH] docs: fix simple typo, ovverride -> override There is a small typo in Tests/ttLib/woff2_test.py. Should read `override` rather than `ovverride`. --- Tests/ttLib/woff2_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/ttLib/woff2_test.py b/Tests/ttLib/woff2_test.py index 661fd4485..5923b7f23 100644 --- a/Tests/ttLib/woff2_test.py +++ b/Tests/ttLib/woff2_test.py @@ -203,7 +203,7 @@ def normalise_font(font, padding=4): # drop DSIG but keep a copy DSIG_copy = copy.deepcopy(font['DSIG']) del font['DSIG'] - # ovverride TTFont attributes + # override TTFont attributes origFlavor = font.flavor origRecalcBBoxes = font.recalcBBoxes origRecalcTimestamp = font.recalcTimestamp