From 59008b2313e4cbc1ee14f3a3491bf23864b00cba Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 13 Mar 2023 16:59:23 +0200 Subject: [PATCH] Typos --- Lib/fontTools/config/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/fontTools/config/__init__.py b/Lib/fontTools/config/__init__.py index 29774fcad..c106fe51f 100644 --- a/Lib/fontTools/config/__init__.py +++ b/Lib/fontTools/config/__init__.py @@ -62,8 +62,8 @@ Config.register_option( name="fontTools.otlLib.builder:WRITE_GPOS7", help=dedent( """\ - macOS before 13.2 didn’t support GPOS LookupType 7 (none-chaining - ContextPos lookups), so FontTools.otLib.builder disables a file size + macOS before 13.2 didn’t support GPOS LookupType 7 (non-chaining + ContextPos lookups), so FontTools.otlLib.builder disables a file size optimisation that would use LookupType 7 instead of 8 when there is no chaining (no prefix or suffix). Set to True to enable the optimization. """