Blame SOURCES/0203-01_menu_auto_hide.in-fix-a-then-than-typo.patch

5593c8
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
5593c8
From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <jpokorny@fedoraproject.org>
5593c8
Date: Fri, 11 Jun 2021 12:57:56 +0200
5593c8
Subject: [PATCH] 01_menu_auto_hide.in: fix a then/than typo
5593c8
MIME-Version: 1.0
5593c8
Content-Type: text/plain; charset=UTF-8
5593c8
Content-Transfer-Encoding: 8bit
5593c8
5593c8
Signed-off-by: Jan Pokorný <jpokorny@fedoraproject.org>
5593c8
---
5593c8
 util/grub.d/10_reset_boot_success.in | 2 +-
5593c8
 1 file changed, 1 insertion(+), 1 deletion(-)
5593c8
5593c8
diff --git a/util/grub.d/10_reset_boot_success.in b/util/grub.d/10_reset_boot_success.in
d3c3ab
index 737e1ae5b68..e73f4137b36 100644
5593c8
--- a/util/grub.d/10_reset_boot_success.in
5593c8
+++ b/util/grub.d/10_reset_boot_success.in
5593c8
@@ -15,7 +15,7 @@ fi
5593c8
 # Reset boot_indeterminate after a successful boot
5593c8
 if [ "\${boot_success}" = "1" ] ; then
5593c8
   set boot_indeterminate=0
5593c8
-# Avoid boot_indeterminate causing the menu to be hidden more then once
5593c8
+# Avoid boot_indeterminate causing the menu to be hidden more than once
5593c8
 elif [ "\${boot_indeterminate}" = "1" ]; then
5593c8
   set boot_indeterminate=2
5593c8
 fi