From: Remco Rijnders Date: Mon, 26 Jan 2026 13:47:38 +0000 (+0000) Subject: Fix typo in Config script X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=9b4b6a06285a92de5d7432b7d3769d5ad6989c26;p=serene-ircd.git Fix typo in Config script --- diff --git a/Config b/Config index bad177a..15a09d9 100755 --- a/Config +++ b/Config @@ -1162,7 +1162,7 @@ $COMP "-DMAXCONNECTIONS=$MAXCONNECTIONS" >/dev/null 2>&1 if [ $? -ne 0 ] ; then echo " " echo "I could not derrive what your system allows for the maximum number" - echo "of connections becuase the test program did not compile." + echo "of connections because the test program did not compile." echo " " FD_SETSIZE="" else