commit: 6e285a2416d5616cc672b5cf15a468e6e4c9de75 Author: Diego Viola <diego.viola <AT> gmail <DOT> com> AuthorDate: Tue Mar 21 19:44:16 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Jun 4 19:01:12 2023 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=6e285a24
enalyze/analyze.py: fix typos Signed-off-by: Diego Viola <diego.viola <AT> gmail.com> Closes: https://github.com/gentoo/gentoolkit/pull/27 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> pym/gentoolkit/enalyze/analyze.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pym/gentoolkit/enalyze/analyze.py b/pym/gentoolkit/enalyze/analyze.py index 3a09145..553ba5e 100644 --- a/pym/gentoolkit/enalyze/analyze.py +++ b/pym/gentoolkit/enalyze/analyze.py @@ -158,7 +158,7 @@ def gather_keywords_info( class Analyse(ModuleBase): - """Installed db analysis tool to query the installed databse + """Installed db analysis tool to query the installed database and produce/output stats for USE flags or keywords/mask. The 'rebuild' action output is in the form suitable for file type output to create a new package.use, package.keywords, package.unmask @@ -201,7 +201,7 @@ class Analyse(ModuleBase): "--width": ("width", "int", 80), } self.formatted_options = [ - (" -h, --help", "Outputs this useage message"), + (" -h, --help", "Outputs this usage message"), ( " -u, --unset", "Additionally include any unset USE flags and the packages", @@ -265,7 +265,7 @@ class Analyse(ModuleBase): self.warning = ( " CAUTION", "This is beta software and some features/options are incomplete,", - "some features may change in future releases includig its name.", + "some features may change in future releases including its name.", "Feedback will be appreciated, http://bugs.gentoo.org", )