From bfc89410981f0803ec870fce6c417d163f051d9c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 16 May 2025 17:46:15 +0900 Subject: [PATCH] journalctl: fix typo Follow-up for d2f45c76811219828103a976052e575569a391cb. --- src/journal/journalctl-show.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/journal/journalctl-show.c b/src/journal/journalctl-show.c index eac93b222d4..1fe39ed1020 100644 --- a/src/journal/journalctl-show.c +++ b/src/journal/journalctl-show.c @@ -386,7 +386,7 @@ static int on_signal(sd_event_source *s, const struct signalfd_siginfo *si, void /* Set a low priority on the idle event handler, so that we show any log messages first */ r = sd_varlink_attach_event(vl, c->event, SD_EVENT_PRIORITY_IDLE); if (r < 0) { - log_warning_errno(r, "Failed to attach Varlink connectio to event loop: %m"); + log_warning_errno(r, "Failed to attach Varlink connection to event loop: %m"); goto finish; } -- 2.47.3