summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
authorWinterhuman <86165318+Winterhuman@users.noreply.github.com>2023-02-17 21:19:51 +0000
committerLuca Boccassi <luca.boccassi@gmail.com>2023-02-17 22:12:44 +0000
commit1ec9b722586379fb468de5717d6bde77c492a5a7 (patch)
treef7dc8b267b0d095cd59e42da2cbd856664e31dfb /src/journal
parent6cbb864d37e58ae64868e96861d3550ae0000937 (diff)
downloadsystemd-1ec9b722586379fb468de5717d6bde77c492a5a7.tar.gz
Correct journal misspell
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/journald-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c
index f88365e268..dd31007a4d 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 */