Correct journal misspell

This commit is contained in:
Winterhuman 2023-02-17 21:19:51 +00:00 committed by Luca Boccassi
parent 6cbb864d37
commit 1ec9b72258

View 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 */