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

8e15ce
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8e15ce
From: Javier Martinez Canillas <javierm@redhat.com>
8e15ce
Date: Fri, 11 Jun 2021 12:10:45 +0200
8e15ce
Subject: [PATCH] Revert "templates: Fix user-facing typo with an incorrect use
8e15ce
 of "it's""
8e15ce
8e15ce
This reverts commit 722737630889607c3b5761f1f5a48f1674cd2821.
8e15ce
---
8e15ce
 util/grub.d/30_os-prober.in | 2 +-
8e15ce
 1 file changed, 1 insertion(+), 1 deletion(-)
8e15ce
8e15ce
diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
8e15ce
index 5984e92d291..94622481284 100644
8e15ce
--- a/util/grub.d/30_os-prober.in
8e15ce
+++ b/util/grub.d/30_os-prober.in
8e15ce
@@ -36,7 +36,7 @@ if ! command -v os-prober > /dev/null || ! command -v linux-boot-prober > /dev/n
8e15ce
   exit 0
8e15ce
 fi
8e15ce
 
8e15ce
-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.")"
8e15ce
+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.")"
8e15ce
 
8e15ce
 OSPROBED="`os-prober | tr ' ' '^' | paste -s -d ' '`"
8e15ce
 if [ -z "${OSPROBED}" ] ; then