From 49d6e3c8a8809698a2ce7664a0ddebd5ff3a5ec1 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 2 Feb 2024 09:24:22 +0900 Subject: [PATCH] man: fix typo Follow-up for 34bbda18a5f07fa5a52e8d85d20637ce1c00c4ec. --- man/sd_bus_service_reconnect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_bus_service_reconnect.c b/man/sd_bus_service_reconnect.c index 0844f65114..10c776b035 100644 --- a/man/sd_bus_service_reconnect.c +++ b/man/sd_bus_service_reconnect.c @@ -104,7 +104,7 @@ static int setup(object *o) { } /* Set up a new bus object for the system bus, configure it to wait for D-Bus to be available - * instead of failing if it is not, and start it. All the following operations are asyncronous + * instead of failing if it is not, and start it. All the following operations are asynchronous * and will not block waiting for D-Bus to be available. * https://www.freedesktop.org/software/systemd/man/sd_bus_new.html * https://www.freedesktop.org/software/systemd/man/sd_bus_set_address.html -- 2.25.1