Fix typo in Config script
authorRemco Rijnders <remmy@serenity-irc.net>
Mon, 26 Jan 2026 13:47:38 +0000 (13:47 +0000)
committerRemco Rijnders <remmy@serenity-irc.net>
Mon, 26 Jan 2026 13:47:38 +0000 (13:47 +0000)
Config

diff --git a/Config b/Config
index bad177aa60d1ff2121b20ef90bd6c847c4adce78..15a09d9aa86b640dd597e129095d6585575ab566 100755 (executable)
--- 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