grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix user-facing typo with an incorrect use of "it's"


From: Aru Sahni
Subject: [PATCH] Fix user-facing typo with an incorrect use of "it's"
Date: Mon, 22 Mar 2021 21:30:40 -0400
User-agent: Cyrus-JMAP/3.5.0-alpha0-271-g88286cf463-fm-20210318.001-g88286cf4

This is my first attempted contribution to Grub. Please let me know if I need to
make any revisions or updates.

This patch does the following:
 - Since the possessive form of "it" is being used, the apostrophe must be
   omitted.

Signed-off-by: Aru Sahni <aru@arusahni.net>
---
 util/grub.d/30_os-prober.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/grub.d/30_os-prober.in b/util/grub.d/30_os-prober.in
index 946224812..5984e92d2 100644
--- a/util/grub.d/30_os-prober.in
+++ b/util/grub.d/30_os-prober.in
@@ -36,7 +36,7 @@ if ! command -v os-prober > /dev/null || ! command -v 
linux-boot-prober > /dev/n
   exit 0
 fi
 
-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.")"
+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.")"
 
 OSPROBED="`os-prober | tr ' ' '^' | paste -s -d ' '`"
 if [ -z "${OSPROBED}" ] ; then
-- 
2.31.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]