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 via email to