grub-devel
[Top][All Lists]
Advanced

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

[PATCH 1/4] misc: Fix typo


From: Glenn Washburn
Subject: [PATCH 1/4] misc: Fix typo
Date: Wed, 28 Jun 2023 05:10:07 -0500

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 grub-core/commands/regexp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/commands/regexp.c b/grub-core/commands/regexp.c
index 612003f94c82..246af39f058b 100644
--- a/grub-core/commands/regexp.c
+++ b/grub-core/commands/regexp.c
@@ -36,7 +36,7 @@ static const struct grub_arg_option options[] =
         groups with parentheses. These groups are
         then numbered and you can save some of
         them in variables. In other programs
-        those components aree often referenced with
+        those components are often referenced with
         back slash, e.g. \1. Compare
         sed -e 's,\([a-z][a-z]*\),lowercase=\1,g'
         The whole matching component is saved in VARNAME, not its number.
-- 
2.34.1




reply via email to

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