1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-09 06:20:43 +00:00

Fix spelling of "available"

This commit is contained in:
Ryan Schmidt 2023-01-18 01:18:28 -06:00
parent da3390089c
commit d2007f675f
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ Important configure arguments include:
config files. config files.
- mac, to be used on Mac OSX machines. - mac, to be used on Mac OSX machines.
- haiku, to be used on Haiku 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). (unrecommended, please manually specify where possible).
- `--hostname`. This is by default attempted to be autodetected - `--hostname`. This is by default attempted to be autodetected
by the configure script, using the command `hostname`. It is by the configure script, using the command `hostname`. It is

4
configure vendored
View File

@ -236,7 +236,7 @@ if [ "${HOSTNAME}" = "autodetect" ]; then
fi fi
printf "%s\\n" "${HOSTNAME}" printf "%s\\n" "${HOSTNAME}"
# Use libwrap when it is avaliable # Use libwrap when it is available
printf "checking for libwrap... " printf "checking for libwrap... "
cat > conftest.c <<EOF cat > conftest.c <<EOF
#include <tcpd.h> #include <tcpd.h>
@ -251,7 +251,7 @@ else
fi fi
printf "\\n" printf "\\n"
# Check and use SHM if avaliable # Check and use SHM if available
printf "checking for ipcrm (SHM management)... " printf "checking for ipcrm (SHM management)... "
if ! IPCRM="$(command -v ipcrm)"; then if ! IPCRM="$(command -v ipcrm)"; then
printf "not found" printf "not found"