From 138e1ba9a8869f9e08d46a01bb25cb36eb9f8610 Mon Sep 17 00:00:00 2001 From: Niraj Pant Date: Fri, 14 Jul 2017 15:53:27 -0700 Subject: [PATCH] Fix spelling in Main.cpp --- src/ripple/app/main/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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