]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Correct journal misspell
authorWinterhuman <86165318+Winterhuman@users.noreply.github.com>
Fri, 17 Feb 2023 21:19:51 +0000 (21:19 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 17 Feb 2023 22:12:44 +0000 (22:12 +0000)
src/journal/journald-server.c

index f88365e2684f940490cd6ac56cc0d58e39185a94..dd31007a4dea52bccb64af8353c7fdeb14dcb8c5 100644 (file)
@@ -886,7 +886,7 @@ static bool shall_try_append_again(JournalFile *f, int r) {
                 return true;
 
         case -ENOTNAM:         /* Monotonic time (CLOCK_MONOTONIC) jumped backwards relative to last journal entry */
-                log_ratelimit_warning(JOURNAL_LOG_RATELIMIT, "%s: Montonic clock jumped backwards relative to last journal entry, rotating.", f->path);
+                log_ratelimit_warning(JOURNAL_LOG_RATELIMIT, "%s: Monotonic clock jumped backwards relative to last journal entry, rotating.", f->path);
                 return true;
 
         case -EILSEQ:          /* seqnum ID last used in the file doesn't match the one we'd passed when writing an entry to it */