Skip to content

Commit

Permalink
enalyze/analyze.py: fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Viola <[email protected]>
Closes: #27
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
diegoviola authored and floppym committed Jun 4, 2023
1 parent 08af575 commit 6e285a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pym/gentoolkit/enalyze/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -201,7 +201,7 @@ def __init__(self):
"--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",
Expand Down Expand Up @@ -265,7 +265,7 @@ def __init__(self):
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",
)

Expand Down

0 comments on commit 6e285a2

Please sign in to comment.