From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 74FB715806E for ; Sun, 4 Jun 2023 19:02:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1B4E08E2; Sun, 4 Jun 2023 19:01:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C694E08E2 for ; Sun, 4 Jun 2023 19:01:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CFE2340EB0 for ; Sun, 4 Jun 2023 19:01:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B696A5A for ; Sun, 4 Jun 2023 19:01:56 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1685905272.6e285a2416d5616cc672b5cf15a468e6e4c9de75.floppym@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: pym/gentoolkit/enalyze/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: pym/gentoolkit/enalyze/analyze.py X-VCS-Directories: pym/gentoolkit/enalyze/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6e285a2416d5616cc672b5cf15a468e6e4c9de75 X-VCS-Branch: master Date: Sun, 4 Jun 2023 19:01:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6c49cfb5-0ed2-431d-ae85-efa8ed23e0ff X-Archives-Hash: e0f4aafa3d775dd8e55b16db0f4fbfc8 commit: 6e285a2416d5616cc672b5cf15a468e6e4c9de75 Author: Diego Viola gmail com> AuthorDate: Tue Mar 21 19:44:16 2023 +0000 Commit: Mike Gilbert gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoolkit/pull/27 Signed-off-by: Mike Gilbert 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", )