]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:24:22 +0000 (09:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:24:25 +0000 (09:24 +0900)
Follow-up for 34bbda18a5f07fa5a52e8d85d20637ce1c00c4ec.

man/sd_bus_service_reconnect.c

index 0844f65114900eb7414e125a8dc912e57cc46b6d..10c776b0355da616d8ea0d8789dd020a66bf9a21 100644 (file)
@@ -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