From: Winterhuman <86165318+Winterhuman@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:19:51 +0000 (+0000) Subject: Correct journal misspell X-Git-Tag: v254-rc1~1242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec9b722586379fb468de5717d6bde77c492a5a7;p=thirdparty%2Fsystemd.git Correct journal misspell --- diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index f88365e2684..dd31007a4de 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 -EILSEQ: /* seqnum ID last used in the file doesn't match the one we'd passed when writing an entry to it */