diff --git a/font-patcher b/font-patcher index f4504e851..aa701ce57 100755 --- a/font-patcher +++ b/font-patcher @@ -294,7 +294,7 @@ class font_patcher: if subFamily == "Regular": subFamily = fallbackStyle - # This is meant to cover the case where the SubFmaily is "Italic" and the filename is *-BoldItalic. + # This is meant to cover the case where the SubFamily is "Italic" and the filename is *-BoldItalic. if len(subFamily) < len(fallbackStyle): subFamily = fallbackStyle