man: sd_bus_message_new: fix typo

This commit is contained in:
Roy Chen (陳彥廷) 2020-09-23 17:52:22 +08:00 committed by Zbigniew Jędrzejewski-Szmek
parent 1f0541dace
commit f280aecd38
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@
for an example how to use the cleanup attribute.</para>
<para><function>sd_bus_message_ref()</function> and <function>sd_bus_message_unref()</function>
execute no operation if the passed in bus object address is
execute no operation if the passed in bus message object address is
<constant>NULL</constant>. <function>sd_bus_message_unrefp()</function> will first dereference
its argument, which must not be <constant>NULL</constant>, and will execute no operation if
<emphasis>that</emphasis> is <constant>NULL</constant>.