core/socket: fix typo

Follow-up for 1b4ab5a209.
This commit is contained in:
Yu Watanabe
2025-07-06 01:38:10 +09:00
parent 5fe08a12e6
commit 4adf1b1d62

View 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);