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

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