From: Jean Flach Date: Mon, 23 Apr 2018 08:18:31 +0000 (+0200) Subject: Fix typo X-Git-Tag: v2.9.0~86^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6250%2Fhead;p=icinga2 Fix typo --- diff --git a/lib/base/application.cpp b/lib/base/application.cpp index 5cedbf5d6..12b5e62f1 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -179,7 +179,7 @@ void Application::SetResourceLimits() if (setrlimit(RLIMIT_NOFILE, &rl) < 0) Log(LogWarning, "Application") - << "Failed adjust resource limit for open file handles (RLIMIT_NOFILE) with error \"" << strerror(errno) << "\""; + << "Failed to adjust resource limit for open file handles (RLIMIT_NOFILE) with error \"" << strerror(errno) << "\""; # else /* RLIMIT_NOFILE */ Log(LogNotice, "Application", "System does not support adjusting the resource limit for open file handles (RLIMIT_NOFILE)"); # endif /* RLIMIT_NOFILE */