mirror of
https://github.com/systemd/systemd.git
synced 2025-03-07 04:58:29 +03:00
Correct journal misspell
This commit is contained in:
parent
6cbb864d37
commit
1ec9b72258
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user