Blame SOURCES/0001-Revert-templates-Fix-user-facing-typo-with-an-incorr.patch

5593c8
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
5593c8
From: Javier Martinez Canillas <javierm@redhat.com>
5593c8
Date: Fri, 11 Jun 2021 12:10:45 +0200
5593c8
Subject: [PATCH] Revert "templates: Fix user-facing typo with an incorrect use
5593c8
 of "it's""
5593c8
5593c8
This reverts commit 722737630889607c3b5761f1f5a48f1674cd2821.
5593c8
---
5593c8
 util/grub.d/30_os-prober.in | 2 +-
5593c8
 1 file changed, 1 insertion(+), 1 deletion(-)
5593c8
5593c8
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
5593c8
index 5984e92d291..94622481284 100644
5593c8
--- a/util/grub.d/30_os-prober.in
5593c8
+++ b/util/grub.d/30_os-prober.in
5593c8
@@ -36,7 +36,7 @@ if ! command -v os-prober > /dev/null || ! command -v linux-boot-prober > /dev/n
5593c8
   exit 0
5593c8
 fi
5593c8
 
5593c8
-grub_warn "$(gettext_printf "os-prober will be executed to detect other bootable partitions.\nIts output will be used to detect bootable binaries on them and create new boot entries.")"
5593c8
+grub_warn "$(gettext_printf "os-prober will be executed to detect other bootable partitions.\nIt's output will be used to detect bootable binaries on them and create new boot entries.")"
5593c8
 
5593c8
 OSPROBED="`os-prober | tr ' ' '^' | paste -s -d ' '`"
5593c8
 if [ -z "${OSPROBED}" ] ; then