From c844a88f69aa4a24c5a3a591e51e9ba3488002cf Mon Sep 17 00:00:00 2001 From: Hilal Rahmatullah Date: Fri, 24 Jul 2026 23:55:33 +0700 Subject: [PATCH] man: fix typo --- man/sd_bus_message_set_destination.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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