Received: by mail.netbsd.org (Postfix, from userid 605) id CE76184DB2; Sun, 12 Feb 2023 09:39:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 096C384D35 for ; Sun, 12 Feb 2023 09:39:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id swdepLIZC_xI for ; Sun, 12 Feb 2023 09:39:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 90BFE84C13 for ; Sun, 12 Feb 2023 09:39:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8A083FA90; Sun, 12 Feb 2023 09:39:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1676194753198420" MIME-Version: 1.0 Date: Sun, 12 Feb 2023 09:39:13 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/devel/pax-utils To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20230212093913.8A083FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1676194753198420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Feb 12 09:39:13 UTC 2023 Modified Files: pkgsrc/devel/pax-utils: DESCR Log Message: pax-utils: fix typo in DESCR: s/peforming/performing. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/pax-utils/DESCR Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1676194753198420 Content-Disposition: inline Content-Length: 553 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/pax-utils/DESCR diff -u pkgsrc/devel/pax-utils/DESCR:1.1 pkgsrc/devel/pax-utils/DESCR:1.2 --- pkgsrc/devel/pax-utils/DESCR:1.1 Tue Jan 11 15:21:04 2022 +++ pkgsrc/devel/pax-utils/DESCR Sun Feb 12 09:39:13 2023 @@ -1,4 +1,4 @@ -pax-utils is a small set of utilities for peforming Q/A (mostly security) +pax-utils is a small set of utilities for performing Q/A (mostly security) checks on systems (most notably, `scanelf`). It is focused on the ELF format, but does include a Mach-O helper too for OS X systems. --_----------=_1676194753198420--