summaryrefslogtreecommitdiff
path: root/man/sd_bus_close.xml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2020-05-24 23:00:13 +0200
committerLennart Poettering <lennart@poettering.net>2020-05-25 10:29:28 +0200
commit15dd451535e384b05fad96fb57cbd3a655ee7fb1 (patch)
tree9eb99baf72767396121d9e3aa3e8f7398673d539 /man/sd_bus_close.xml
parent639375e0b6bfaf20923560c767f1b9eab79e9401 (diff)
downloadsystemd-15dd451535e384b05fad96fb57cbd3a655ee7fb1.tar.gz
tree-wide: codespell fixes
Another batch of codespell fixes as reported by Fossies.org
Diffstat (limited to 'man/sd_bus_close.xml')
-rw-r--r--man/sd_bus_close.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_close.xml b/man/sd_bus_close.xml
index 8d9bdb4858..42db107470 100644
--- a/man/sd_bus_close.xml
+++ b/man/sd_bus_close.xml
@@ -73,12 +73,12 @@
<para><function>sd_bus_default_flush_close()</function> is similar to
<function>sd_bus_flush_close_unref</function>, but does not take a bus pointer argument and
- instead iterates over any of the "default" busses opened by
+ instead iterates over any of the "default" buses opened by
<citerefentry><refentrytitle>sd_bus_default</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>sd_bus_default_user</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
<citerefentry><refentrytitle>sd_bus_default_system</refentrytitle><manvolnum>3</manvolnum></citerefentry>,
and similar calls. <function>sd_bus_default_flush_close()</function> is particularly useful to
- clean up any busses opened using those calls before the program exits.</para>
+ clean up any buses opened using those calls before the program exits.</para>
</refsect1>
<refsect1>