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