From: Yu Watanabe Date: Fri, 16 May 2025 08:46:15 +0000 (+0900) Subject: journalctl: fix typo X-Git-Tag: v258-rc1~588 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfc89410981f0803ec870fce6c417d163f051d9c;p=thirdparty%2Fsystemd.git journalctl: fix typo Follow-up for d2f45c76811219828103a976052e575569a391cb. --- 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; }