summaryrefslogtreecommitdiffstats
path: root/man/sd_bus_message_set_destination.xml
diff options
context:
space:
mode:
Diffstat (limited to 'man/sd_bus_message_set_destination.xml')
-rw-r--r--man/sd_bus_message_set_destination.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_message_set_destination.xml b/man/sd_bus_message_set_destination.xml
index 1e2775dd5d..bbb38596c4 100644
--- a/man/sd_bus_message_set_destination.xml
+++ b/man/sd_bus_message_set_destination.xml
@@ -81,7 +81,7 @@
<function>sd_bus_message_get_member()</function> return the destination, path, interface, and
member fields from <parameter>message</parameter> header. The return value will be
<constant>NULL</constant> is <parameter>message</parameter> is <constant>NULL</constant> or the
- message is of a type that doesn't use those fields or the message doesn't have them set. See
+ message is of a type that does not use those fields or the message does not have them set. See
<citerefentry><refentrytitle>sd_bus_message_new_method_call</refentrytitle><manvolnum>3</manvolnum></citerefentry> and
<citerefentry><refentrytitle>sd_bus_message_set_destination</refentrytitle><manvolnum>3</manvolnum></citerefentry>
for more discussion of those values.</para>
@@ -96,7 +96,7 @@
<para>When a string is returned, it is a pointer to internal storage, and may not be modified or
freed. It is only valid as long as the <parameter>message</parameter> remains referenced and
- this field hasn't been changed by a different call.</para>
+ this field has not been changed by a different call.</para>
</refsect1>
<refsect1>