From 9b4b6a06285a92de5d7432b7d3769d5ad6989c26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Remco=20R=C4=B3nders?= Date: Mon, 26 Jan 2026 13:47:38 +0000 Subject: [PATCH] Fix typo in Config script --- Config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2