From: Hilal Rahmatullah Date: Fri, 24 Jul 2026 16:55:33 +0000 (+0700) Subject: man: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c844a88f69aa4a24c5a3a591e51e9ba3488002cf;p=thirdparty%2Fsystemd.git man: fix typo --- diff --git a/man/sd_bus_message_set_destination.xml b/man/sd_bus_message_set_destination.xml index 958eae4cbef..b567393bda6 100644 --- a/man/sd_bus_message_set_destination.xml +++ b/man/sd_bus_message_set_destination.xml @@ -80,7 +80,7 @@ sd_bus_message_get_interface(), and sd_bus_message_get_member() return the destination, path, interface, and member fields from message header. The return value will be - NULL is message is NULL or the + NULL if message is NULL or the message is of a type that does not use those fields or the message does not have them set. See sd_bus_message_new_method_call3 and sd_bus_message_set_destination3