]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/socket: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Jul 2025 16:38:10 +0000 (01:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 5 Jul 2025 16:38:14 +0000 (01:38 +0900)
Follow-up for 1b4ab5a209c4874e01cf9577c740b82567458b09.

src/core/socket.c

index 727840e678ddd24c5d3b1e884889ec3d3f792b87..f7c61d2797b9526c7d990053277f92d7083925f6 100644 (file)
@@ -2496,7 +2496,7 @@ static void socket_enter_running(Socket *s, int cfd_in) {
                                          * BUS_ERROR_TRANSACTION_JOBS_CONFLICTING or BUS_ERROR_TRANSACTION_ORDER_IS_CYCLIC,
                                          * since those are errors in a single transaction, which are most likely
                                          * caused by dependency issues in the unit configuration.
-                                         * Deferring activation probabaly won't help. */
+                                         * Deferring activation probably won't help. */
                                         return socket_enter_deferred(s);
                         } else
                                 r = manager_add_job(UNIT(s)->manager, JOB_START, UNIT_DEREF(s->service), JOB_REPLACE, &error, /* ret = */ NULL);