summaryrefslogtreecommitdiff
path: root/man/sd_bus_error.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:19:30 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-06-15 14:19:30 +0900
commita3f5f4a5c0fc725fb56fa00e8786613b83c152d3 (patch)
tree83d42cffd2a222a72a0a967ee6d2eb5e35aea22f /man/sd_bus_error.xml
parent7802194ac0286c75e39f74a1624764eb2aa0fd7a (diff)
downloadsystemd-a3f5f4a5c0fc725fb56fa00e8786613b83c152d3.tar.gz
fix typo
Diffstat (limited to 'man/sd_bus_error.xml')
-rw-r--r--man/sd_bus_error.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml
index bb8015de5e..aa4822818a 100644
--- a/man/sd_bus_error.xml
+++ b/man/sd_bus_error.xml
@@ -253,7 +253,7 @@
<para><function>sd_bus_error_move()</function> is similar to <function>sd_bus_error_copy()</function>,
but will move any error information from <parameter>e</parameter> into <parameter>dst</parameter>,
resetting the former. This function cannot fail, as no new memory is allocated. Note that if
- <parameter>e</parameter> is not set, <parameter>dst</parameter> is initializated to
+ <parameter>e</parameter> is not set, <parameter>dst</parameter> is initialized to
<constant>SD_BUS_ERROR_NULL</constant>. Moreover, if <parameter>dst</parameter> is
<constant>NULL</constant> no operation is executed on it and resources held by <parameter>e</parameter>
are freed and reset. Returns a converted <varname>errno</varname>-like, non-positive error value.</para>