From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 0F0181582EF for ; Thu, 27 Feb 2025 06:51:10 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id ECCC534310C for ; Thu, 27 Feb 2025 06:51:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E27061102C9; Thu, 27 Feb 2025 06:51:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id D74A61102C9 for ; Thu, 27 Feb 2025 06:51:08 +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 695463430F5 for ; Thu, 27 Feb 2025 06:51:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8EAE1236 for ; Thu, 27 Feb 2025 06:51:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1740639048.62860d8b93844144dd37b6121017ba4681bc1d19.sam@gentoo> Subject: [gentoo-commits] proj/autotools-wrappers:main commit in: / X-VCS-Repository: proj/autotools-wrappers X-VCS-Files: ac-wrapper.sh am-wrapper.sh X-VCS-Directories: / X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 62860d8b93844144dd37b6121017ba4681bc1d19 X-VCS-Branch: main Date: Thu, 27 Feb 2025 06:51:06 +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: 83c3794a-2fbe-4937-b905-19d34376d991 X-Archives-Hash: 995f8e3c60977857ef14a5f1627bcc59 commit: 62860d8b93844144dd37b6121017ba4681bc1d19 Author: Sam James gentoo org> AuthorDate: Thu Feb 27 06:50:48 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 27 06:50:48 2025 +0000 URL: https://gitweb.gentoo.org/proj/autotools-wrappers.git/commit/?id=62860d8b a{c,m}-wrapper.sh: fix 'usable' typo Signed-off-by: Sam James gentoo.org> ac-wrapper.sh | 4 ++-- am-wrapper.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ac-wrapper.sh b/ac-wrapper.sh index ae08ff9..cf5cd93 100755 --- a/ac-wrapper.sh +++ b/ac-wrapper.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 NAME="autoconf" @@ -129,7 +129,7 @@ if [ -z "${binary}" ] && [ -n "${WANT_AUTOCONF}" ] ; then fi if [ -z "${binary}" ] ; then - err "Unable to locate any usuable version of ${NAME}.\n" \ + err "Unable to locate any usable version of ${NAME}.\n" \ "\tI tried these versions:${all_vers}\n" \ "\tWith a base name of '${full_argv0}'." fi diff --git a/am-wrapper.sh b/am-wrapper.sh index b13b4d4..b13d543 100755 --- a/am-wrapper.sh +++ b/am-wrapper.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 NAME="automake" @@ -119,7 +119,7 @@ if [ -z "${binary}" ] && [ -n "${WANT_AUTOMAKE}" ] ; then fi if [ -z "${binary}" ] ; then - err "Unable to locate any usuable version of ${NAME}.\n" \ + err "Unable to locate any usable version of ${NAME}.\n" \ "\tI tried these versions:${all_vers}\n" \ "\tWith a base name of '${full_argv0}'." fi