aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2023-03-21 16:44:16 -0300
committerMike Gilbert <floppym@gentoo.org>2023-06-04 15:01:12 -0400
commit6e285a2416d5616cc672b5cf15a468e6e4c9de75 (patch)
tree93446d005a0a6bb031761457bb400d099f956b67
parent.editorconfig: add (import from portage) (diff)
downloadgentoolkit-6e285a2416d5616cc672b5cf15a468e6e4c9de75.tar.gz
gentoolkit-6e285a2416d5616cc672b5cf15a468e6e4c9de75.tar.bz2
gentoolkit-6e285a2416d5616cc672b5cf15a468e6e4c9de75.zip
enalyze/analyze.py: fix typos
Signed-off-by: Diego Viola <diego.viola@gmail.com> Closes: https://github.com/gentoo/gentoolkit/pull/27 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--pym/gentoolkit/enalyze/analyze.py6
1 files 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",
)