1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-03-06 12:58:22 +03:00

Correct journal misspell

(cherry picked from commit 1ec9b722586379fb468de5717d6bde77c492a5a7)
This commit is contained in:
Winterhuman 2023-02-17 21:19:51 +00:00 committed by Zbigniew Jędrzejewski-Szmek
parent 6b6df9a845
commit ec6c1fbf7d

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 -EAFNOSUPPORT: