From cf3e039344aa7f90be2c7b78c1ad82a281b8f0f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Thu, 6 Feb 2025 23:51:59 -0300 Subject: [PATCH] fix typo on shape_languages check ID on the legacy_checkids.py file. (issue #4987) --- Lib/fontbakery/legacy_checkids.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontbakery/legacy_checkids.py b/Lib/fontbakery/legacy_checkids.py index 272512013c..c0949579f2 100644 --- a/Lib/fontbakery/legacy_checkids.py +++ b/Lib/fontbakery/legacy_checkids.py @@ -67,7 +67,7 @@ "com.google.fonts/check/fvar_instances": "googlefonts/fvar_instances", "com.google.fonts/check/gasp": "googlefonts/gasp", "com.google.fonts/check/glyph_coverage": "googlefonts/glyph_coverage", - "com.google.fonts/check/glyphsets/shape_languages": "googlefonts/glyphsets/shape_language", + "com.google.fonts/check/glyphsets/shape_languages": "googlefonts/glyphsets/shape_languages", "com.google.fonts/check/has_ttfautohint_params": "googlefonts/has_ttfautohint_params", "com.google.fonts/check/license/OFL_body_text": "googlefonts/license/OFL_body_text", "com.google.fonts/check/license/OFL_copyright": "googlefonts/license/OFL_copyright",