From d2007f675f61c284f52c84629e431d57c4f34370 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 18 Jan 2023 01:18:28 -0600 Subject: [PATCH] Fix spelling of "available" --- INSTALL.md | 2 +- configure | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8abe977..b6df261 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -32,7 +32,7 @@ Important configure arguments include: config files. - mac, to be used on Mac OSX machines. - haiku, to be used on Haiku machines. - - autodetect, which looks at what you have avaliable + - autodetect, which looks at what you have available (unrecommended, please manually specify where possible). - `--hostname`. This is by default attempted to be autodetected by the configure script, using the command `hostname`. It is diff --git a/configure b/configure index 85dd6b9..2d6b097 100755 --- a/configure +++ b/configure @@ -236,7 +236,7 @@ if [ "${HOSTNAME}" = "autodetect" ]; then fi printf "%s\\n" "${HOSTNAME}" -# Use libwrap when it is avaliable +# Use libwrap when it is available printf "checking for libwrap... " cat > conftest.c < @@ -251,7 +251,7 @@ else fi printf "\\n" -# Check and use SHM if avaliable +# Check and use SHM if available printf "checking for ipcrm (SHM management)... " if ! IPCRM="$(command -v ipcrm)"; then printf "not found"