Fix typo (failback vs fallback).

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-06-07 15:35:16 +02:00
parent f25870887b
commit ccfc0bdb53
5 changed files with 10 additions and 6 deletions

View file

@ -10,7 +10,7 @@ CCAS=$(TARGET_CC)
if COND_GRUB_MKFONT
if COND_HAVE_FONT_SOURCE
TARGET_CFLAGS += -DUSE_ASCII_FAILBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1
TARGET_CFLAGS += -DUSE_ASCII_FALLBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1
endif
endif