diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index 022e12d83d..6ced4735c4 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -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 -EAFNOSUPPORT: