From ad4b054a46edde90fd9c0a77c301b252c92711fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81?= Date: Wed, 1 Nov 2017 15:59:02 +0800 Subject: [PATCH] src/woeusb: check_uefi_ntfs_support_partition: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป --- src/woeusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/woeusb b/src/woeusb index a7e4cc4..6414745 100755 --- a/src/woeusb +++ b/src/woeusb @@ -1086,7 +1086,7 @@ check_uefi_ntfs_support_partition(){ | grep\ --silent\ "UEFI_NTFS"; then - printf_with_color yello\ + printf_with_color yellow\ '%s: %s\n'\ "${FUNCNAME[0]}"\ "Warning: Your device doesn't seems to have an UEFI:NTFS partition, UEFI booting will fail if the motherboard firmware itself doesn't support NTFS filesystem!"