* [gentoo-commits] proj/gentoolkit:master commit in: man/, pym/gentoolkit/eshowkw/
@ 2023-01-07 6:58 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2023-01-07 6:58 UTC (permalink / raw
To: gentoo-commits
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)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-01-07 6:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-07 6:58 [gentoo-commits] proj/gentoolkit:master commit in: man/, pym/gentoolkit/eshowkw/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox