From 84753d72ad526cd3d9c974ff9bddc3cb3f1704b7 Mon Sep 17 00:00:00 2001 From: Nicolas Spalinger Date: Tue, 27 Aug 2024 20:40:43 -0500 Subject: [PATCH] Fixed a typo and duplicated check in the profile --- src/silfont/fbtests/checks.py | 2 +- src/silfont/fbtests/profile.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/silfont/fbtests/checks.py b/src/silfont/fbtests/checks.py index f790a34..d634cda 100644 --- a/src/silfont/fbtests/checks.py +++ b/src/silfont/fbtests/checks.py @@ -363,7 +363,7 @@ def org_sil_software_check_repo_is_ofl_url_current(family_directory): @check( id="org.sil.software/check/repo/executable_bits", - rationale="Various script files should have the expected execute bits, so they can be ran seperately, text files should not have execute bits", + rationale="Various script files should have the expected execute bits, so they can be ran separately, text files should not have execute bits", proposal="https://github.com/silnrsi/pysilfont/issues", ) def org_sil_software_check_repo_unneeded_exe_bits(family_directory): diff --git a/src/silfont/fbtests/profile.py b/src/silfont/fbtests/profile.py index 8abb83c..5c26664 100644 --- a/src/silfont/fbtests/profile.py +++ b/src/silfont/fbtests/profile.py @@ -140,7 +140,6 @@ "com.google.fonts/check/iso15008_interline_spacing", "com.google.fonts/check/iso15008_interword_spacing", "com.google.fonts/check/iso15008_proportions", - "com.google.fonts/check/iso15008_proportions", "com.google.fonts/check/iso15008_stem_width", "com.google.fonts/check/unicode_range_bits", "com.google.fonts/check/rupee",