1
0
Fork 0

Merge pull request #113 from ryandesign/ryandesign-available

Fix spelling of "available"
This commit is contained in:
fosslinux 2024-02-27 10:28:25 +00:00 committed by GitHub
commit af1aafbe0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

4
configure vendored
View File

@ -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 <<EOF
#include <tcpd.h>
@ -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"