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)
