]> granicus.if.org Git - icinga2/commitdiff
Fix typo
authorJean Flach <jean-marcel.flach@icinga.com>
Mon, 23 Apr 2018 08:18:31 +0000 (10:18 +0200)
committerJean Flach <jean-marcel.flach@icinga.com>
Mon, 23 Apr 2018 08:35:57 +0000 (10:35 +0200)
lib/base/application.cpp

index a65e0b9d28291b6db60ace8d426753a4e3fc1a10..f8e11d6c511520b8f1c84f656689456d8bb71894 100644 (file)
@@ -198,7 +198,7 @@ void Application::SetResourceLimits(void)
 
                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 */