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 1161E158099 for ; Fri, 24 Nov 2023 15:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 571B42BC0CE; Fri, 24 Nov 2023 15:17:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B5952BC0CE for ; Fri, 24 Nov 2023 15:17:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52BDC33FD24 for ; Fri, 24 Nov 2023 15:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFAC113C7 for ; Fri, 24 Nov 2023 15:17:29 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1700839041.a65cbd1bbf283e22c908136ca79b8e52cb69a593.arthurzam@gentoo> Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/scripts/ X-VCS-Repository: proj/pkgcore/pkgcore X-VCS-Files: src/pkgcore/scripts/pquery.py X-VCS-Directories: src/pkgcore/scripts/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a65cbd1bbf283e22c908136ca79b8e52cb69a593 X-VCS-Branch: master Date: Fri, 24 Nov 2023 15:17:29 +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: cee4f394-41bd-42fc-bda5-0dfc039bee2a X-Archives-Hash: 347466fff6fa75e1a68c2f3ea4c8bf80 commit: a65cbd1bbf283e22c908136ca79b8e52cb69a593 Author: Brian Harring gmail com> AuthorDate: Tue Nov 21 00:33:39 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 24 15:17:21 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=a65cbd1b pquery: correct minor english typo in comments Signed-off-by: Brian Harring gmail.com> Signed-off-by: Arthur Zamarin gentoo.org> src/pkgcore/scripts/pquery.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pkgcore/scripts/pquery.py b/src/pkgcore/scripts/pquery.py index 7a8922bad..0a01702fd 100644 --- a/src/pkgcore/scripts/pquery.py +++ b/src/pkgcore/scripts/pquery.py @@ -871,7 +871,7 @@ def parse_ownsre(value): @bind_add_query("--maintainer", action="append", help="regex to search for maintainers") def parse_maintainer(value): """ - Case insensitive Regex match on the combined 'name ' bit of + Case-insensitive Regex match on the combined 'name ' bit of metadata.xml's maintainer data. """ if value and value != "maintainer-needed": @@ -895,7 +895,7 @@ def parse_maintainer(value): ) def parse_maintainer_name(value): """ - Case insensitive Regex match on the name bit of metadata.xml's + Case-insensitive Regex match on the name bit of metadata.xml's maintainer data. """ return packages.PackageRestriction( @@ -915,7 +915,7 @@ def parse_maintainer_name(value): ) def parse_maintainer_email(value): """ - Case insensitive Regex match on the email bit of metadata.xml's + Case-insensitive Regex match on the email bit of metadata.xml's maintainer data. """ return packages.PackageRestriction(