]> granicus.if.org Git - icinga2/commitdiff
Fixed grammar mistakes.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 25 Sep 2012 13:33:51 +0000 (15:33 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 25 Sep 2012 13:33:51 +0000 (15:33 +0200)
lib/base/application.cpp

index aee8514903611c7de85c3fc72b59309eac5c1a04..21234c580373d89d287586d6c8d13f1cdf90f291 100644 (file)
@@ -147,7 +147,7 @@ void Application::TimeWatchThreadProc(void)
                        /* We made a significant jump in time. */
                        stringstream msgbuf;
                        msgbuf << "We jumped "
-                              << (timeDiff < 0 ? "forwards" : "backwards")
+                              << (timeDiff < 0 ? "forward" : "backward")
                               << " in time: " << abs(timeDiff) << " seconds";
                        Logger::Write(LogInformation, "base", msgbuf.str());