projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea672c
)
Fix typo in Config script
author
Remco Rijnders
<remmy@serenity-irc.net>
Mon, 26 Jan 2026 13:47:38 +0000
(13:47 +0000)
committer
Remco Rijnders
<remmy@serenity-irc.net>
Mon, 26 Jan 2026 13:47:38 +0000
(13:47 +0000)
Config
patch
|
blob
|
history
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 bec
ua
se the test program did not compile."
+ echo "of connections bec
au
se the test program did not compile."
echo " "
FD_SETSIZE=""
else