From: "Brian Dolbec" <dolsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/eshowkw/, pym/gentoolkit/revdep_rebuild/
Date: Sun, 10 Jul 2022 01:24:31 +0000 (UTC) [thread overview]
Message-ID: <1657416074.8c9b533343801fcab49a150c1e49dddf7bdaf4f3.dolsen@gentoo> (raw)
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="*")
reply other threads:[~2022-07-10 1:24 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=1657416074.8c9b533343801fcab49a150c1e49dddf7bdaf4f3.dolsen@gentoo \
--to=dolsen@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