chiark / gitweb /
man: fix minor typo
authorLennart Poettering <lennart@poettering.net>
Wed, 30 May 2018 14:28:28 +0000 (16:28 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
man/sd_bus_add_match.xml

index 69a755b1650f3562cf7b173479210eda3ff1ef3a..e8ee2b02b59e048ba5bb5a8a55846463020d4ba9 100644 (file)
     name), from which the match string is internally generated. Optionally, these parameters may be specified as
     <constant>NULL</constant> in which case the relevant field of incoming signals is not tested.</para>
 
-    <para><function>sd_bus_match_signal_async()</function> is combines the signal matching logic of
+    <para><function>sd_bus_match_signal_async()</function> combines the signal matching logic of
     <function>sd_bus_match_signal()</function> with the asynchronous behaviour of
     <function>sd_bus_add_match_async()</function>.</para>