diff --git a/src/ripple/app/main/Main.cpp b/src/ripple/app/main/Main.cpp index 6d2ae686a3..787fb1ba8a 100644 --- a/src/ripple/app/main/Main.cpp +++ b/src/ripple/app/main/Main.cpp @@ -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