font-util: fix typo in default fonts (#21933)

This commit is contained in:
Adam J. Stewart
2021-02-24 21:10:27 -06:00
committed by GitHub
parent f74670e210
commit 79e575067c

View File

@@ -75,7 +75,7 @@ class FontUtil(AutotoolsPackage, XorgPackage):
conflicts('fonts=font-bh-ttf', when='platform=cray')
conflicts('fonts=font-bh-ttf', when='arch=linux-rhel7-broadwell')
if f != 'font-bh-tff':
if f != 'font-bh-ttf':
default_fonts.append(f)
fonts.append(f)