From 3a8d4f007b9e17100cd7e614b4a601cfe6ca7ef5 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Wed, 18 Jan 2023 01:09:27 -0600 Subject: [PATCH] Fix spelling of "receive" --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 85dd6b9..379d264 100755 --- a/configure +++ b/configure @@ -16,7 +16,7 @@ usage() { printf " --haikusrv=/boot/common/settings/network/services Path to services directory in Haiku\\n" printf " --systemd=/lib/systemd/system Path to systemd directory when using systemd listener\\n" printf " --os=autodetected Your target OS, one of linux, mac, haiku, netbsd, openbsd or freebsd\\n" - printf " --listener=somelistener Program to recieve and pass network requests; one or more of systemd, inetd, xinetd, comma-seperated, or autodetect, mac or haiku (parameter required, mac/haiku required on respective OSes)\\n" + printf " --listener=somelistener Program to receive and pass network requests; one or more of systemd, inetd, xinetd, comma-seperated, or autodetect, mac or haiku (parameter required, mac/haiku required on respective OSes)\\n" printf " --hostname=autodetected Desired hostname for gophernicus to identify as\\n" }