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 <a...@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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to