summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-05-30 16:28:28 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commita34becc09a6ec529c2067cd578ec01810b915052 (patch)
treed94e4d29a0c5e47fc4133a803555997da787c741 /man
parenteceacef8b86634720a035f7b445f85dcf41961b7 (diff)
man: fix minor typo
Diffstat (limited to 'man')
-rw-r--r--man/sd_bus_add_match.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_add_match.xml b/man/sd_bus_add_match.xml
index 69a755b16..e8ee2b02b 100644
--- a/man/sd_bus_add_match.xml
+++ b/man/sd_bus_add_match.xml
@@ -123,7 +123,7 @@
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>