From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoolkit:master commit in: man/, pym/gentoolkit/eshowkw/
Date: Sat, 7 Jan 2023 06:58:04 +0000 (UTC) [thread overview]
Message-ID: <1673074619.c215d99eb488df355bcd77f2da90474720636d6c.sam@gentoo> (raw)
commit: c215d99eb488df355bcd77f2da90474720636d6c
Author: Greg Kubaryk <kurly <AT> vt <DOT> edu>
AuthorDate: Sat Jan 7 06:46:59 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 7 06:56:59 2023 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=c215d99e
eshowkw: Fix spelling error
Signed-off-by: Greg Kubaryk <kurly <AT> vt.edu>
Signed-off-by: Sam James <sam <AT> gentoo.org>
man/eshowkw.1 | 2 +-
pym/gentoolkit/eshowkw/__init__.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/eshowkw.1 b/man/eshowkw.1
index 88b7917..20fc6e7 100644
--- a/man/eshowkw.1
+++ b/man/eshowkw.1
@@ -41,7 +41,7 @@ Search overlays (default: False)
Display prefix keywords in output. (default: False)
.TP
.B \-S | \-\-ignore\-slot
-Treat slots as irelevant during detection of redundant packages. (default: False)
+Treat slots as irrelevant during detection of redundant packages. (default: False)
.SH "BUGS"
.LP
Report bugs to <https://bugs.gentoo.org>.
diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py
index ba6c076..ee58e8c 100644
--- a/pym/gentoolkit/eshowkw/__init__.py
+++ b/pym/gentoolkit/eshowkw/__init__.py
@@ -121,7 +121,7 @@ def process_args(argv):
"--ignore-slot",
action="store_true",
default=False,
- help="Treat slots as irelevant during detection of redundant packages.",
+ help="Treat slots as irrelevant during detection of redundant packages.",
)
return parser.parse_args(args=argv)
reply other threads:[~2023-01-07 6:58 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1673074619.c215d99eb488df355bcd77f2da90474720636d6c.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox