Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelsousa committed Aug 22, 2022
1 parent 470df41 commit 76d09f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A more detailed list of changes is available in the corresponding milestones for

### New Checks
#### On the Adobe Fonts Profile
- **[com.adobe.fonts/check/unsupported_tables]:** Verifies if fonts contain any tables not supported by Adobe Font's font-processing pipeline (PR #3870)
- **[com.adobe.fonts/check/unsupported_tables]:** Verifies if fonts contain any tables not supported by Adobe Fonts' font-processing pipeline (PR #3870)

#### On the Google Fonts Profile
- **[com.google.fonts/check/font_names]:** Ensure font names match our specification (PR #3800)
Expand Down
2 changes: 1 addition & 1 deletion Lib/fontbakery/profiles/adobefonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def com_adobe_fonts_check_nameid_1_win_english(ttFont, has_name_table):
proposal="https://github.com/googlefonts/fontbakery/pull/3870",
)
def com_adobe_fonts_check_unsupported_tables(ttFont):
"""Does the font has any unsupported tables?"""
"""Does the font have any unsupported tables?"""
SUPPORTED_TABLES = {
"avar", "BASE", "CFF ", "CFF2", "cmap", "cvar", "cvt ", "DSIG", "feat", "fpgm",
"fvar", "gasp", "GDEF", "glyf", "GPOS", "GSUB", "gvar", "hdmx", "head", "hhea",
Expand Down

0 comments on commit 76d09f3

Please sign in to comment.