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