Blob Blame History Raw
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Pokorn=C3=BD?= <jpokorny@fedoraproject.org>
Date: Fri, 11 Jun 2021 12:57:56 +0200
Subject: [PATCH] 01_menu_auto_hide.in: fix a then/than typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jan Pokorný <jpokorny@fedoraproject.org>
---
 util/grub.d/10_reset_boot_success.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grub.d/10_reset_boot_success.in b/util/grub.d/10_reset_boot_success.in
index 737e1ae5b68..e73f4137b36 100644
--- a/util/grub.d/10_reset_boot_success.in
+++ b/util/grub.d/10_reset_boot_success.in
@@ -15,7 +15,7 @@ fi
 # Reset boot_indeterminate after a successful boot
 if [ "\${boot_success}" = "1" ] ; then
   set boot_indeterminate=0
-# Avoid boot_indeterminate causing the menu to be hidden more then once
+# Avoid boot_indeterminate causing the menu to be hidden more than once
 elif [ "\${boot_indeterminate}" = "1" ]; then
   set boot_indeterminate=2
 fi