From: Yu Watanabe Date: Fri, 2 Feb 2024 00:24:22 +0000 (+0900) Subject: man: fix typo X-Git-Tag: v256-rc1~982 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49d6e3c8a8809698a2ce7664a0ddebd5ff3a5ec1;p=thirdparty%2Fsystemd.git man: fix typo Follow-up for 34bbda18a5f07fa5a52e8d85d20637ce1c00c4ec. --- diff --git a/man/sd_bus_service_reconnect.c b/man/sd_bus_service_reconnect.c index 0844f651149..10c776b0355 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