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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)