mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-28 22:45:49 +00:00
Fix spelling in Main.cpp
This commit is contained in:
@@ -79,7 +79,7 @@ adjustDescriptorLimit(int needed, beast::Journal j)
|
||||
|
||||
if (getrlimit(RLIMIT_NOFILE, &rl) == 0)
|
||||
{
|
||||
// If the limit is infnite, then we are good.
|
||||
// If the limit is infinite, then we are good.
|
||||
if (rl.rlim_cur == RLIM_INFINITY)
|
||||
available = needed;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user