* [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/, pym/gentoolkit/revdep_rebuild/
@ 2022-07-10 1:24 Brian Dolbec
0 siblings, 0 replies; only message in thread
From: Brian Dolbec @ 2022-07-10 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 8c9b533343801fcab49a150c1e49dddf7bdaf4f3
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 01:21:14 2022 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 01:21:14 2022 +0000
URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=8c9b5333
Fix typo "informations" revdep-rebuild & eshowkw
original Author: buchner.johannes <AT> gmx.at
Bug: https://bugs.gentoo.org/648444
Signed-off-by: Brian Dolbec <dolsen <AT> gentoo.org>
pym/gentoolkit/eshowkw/keywords_content.py | 2 +-
pym/gentoolkit/revdep_rebuild/analyse.py | 2 +-
pym/gentoolkit/revdep_rebuild/settings.py | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pym/gentoolkit/eshowkw/keywords_content.py b/pym/gentoolkit/eshowkw/keywords_content.py
index 4f9e3e1..d70be72 100644
--- a/pym/gentoolkit/eshowkw/keywords_content.py
+++ b/pym/gentoolkit/eshowkw/keywords_content.py
@@ -106,7 +106,7 @@ class keywords_content:
return [self.__separateVersion(x, repo, revlength) for x, repo in packages]
def __getRevision(self, cpv):
- """Get revision informations for each package for nice further alignment"""
+ """Get revision information for each package for nice further alignment"""
rev = port.catpkgsplit(cpv)[3]
return rev if rev != "r0" else ""
diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py b/pym/gentoolkit/revdep_rebuild/analyse.py
index c9c4a77..b176943 100644
--- a/pym/gentoolkit/revdep_rebuild/analyse.py
+++ b/pym/gentoolkit/revdep_rebuild/analyse.py
@@ -384,7 +384,7 @@ def analyse(
ftime = current_milli_time()
logger.debug("\ttime to complete task: %d milliseconds" % (ftime - stime))
stime = current_milli_time()
- logger.info(green(" * ") + bold("Collecting dynamic linking informations"))
+ logger.info(green(" * ") + bold("Collecting dynamic linking information"))
libraries, la_libraries, libraries_links = collect_libraries_from_dir(
lib_dirs, all_masks, logger
diff --git a/pym/gentoolkit/revdep_rebuild/settings.py b/pym/gentoolkit/revdep_rebuild/settings.py
index 5551855..2a880fd 100644
--- a/pym/gentoolkit/revdep_rebuild/settings.py
+++ b/pym/gentoolkit/revdep_rebuild/settings.py
@@ -64,7 +64,7 @@ def parse_options():
"-V",
"--version",
action="version",
- help="Show version informations",
+ help="Show version information",
version="%(prog)s " + VERSION,
)
@@ -116,7 +116,7 @@ def parse_options():
help="Be more verbose (also passed to emerge command)",
)
parser.add_argument(
- "-d", "--debug", action="store_true", help="Print debug informations"
+ "-d", "--debug", action="store_true", help="Print debug information"
)
parser.add_argument("portage_options", nargs="*")
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-10 1:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-10 1:24 [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/, pym/gentoolkit/revdep_rebuild/ Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox