man: sd_bus_message_new: fix typo
authorRoy Chen (陳彥廷) <roycyt@gmail.com>
Wed, 23 Sep 2020 09:52:22 +0000 (17:52 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 8 Dec 2020 13:28:03 +0000 (14:28 +0100)
(cherry picked from commit f280aecd38bb1a62ac02fb1033644a97993860b2)

man/sd_bus_message_new.xml

index efe650dea7e46e84ba0e20b01143f8b94aa7289c..7eb2c49fcca23ff9fd54efa7d7a0638af1bb6f54 100644 (file)
     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>.