commit: 62860d8b93844144dd37b6121017ba4681bc1d19
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 06:50:48 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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