]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journalctl: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 May 2025 08:46:15 +0000 (17:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 May 2025 08:46:20 +0000 (17:46 +0900)
Follow-up for d2f45c76811219828103a976052e575569a391cb.

src/journal/journalctl-show.c

index eac93b222d4670db4d915eaf9ca4bf3d48df949a..1fe39ed1020434a081a0c4e0a65b7cc83b60a0b4 100644 (file)
@@ -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;
         }