man: fix spelling error of sd_bus_error_set_const (#6246)
authorLars Karlitski <lars@karlitski.net>
Fri, 30 Jun 2017 09:57:13 +0000 (11:57 +0200)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Fri, 30 Jun 2017 09:57:13 +0000 (11:57 +0200)
man/sd_bus_error.xml

index 3091e1f..4970ce3 100644 (file)
     <parameter>dst</parameter> using the values in
     <parameter>e</parameter>. If the strings in
     <parameter>e</parameter> were set using
-    <function>sd_bus_set_error_const()</function>, they will be shared.
+    <function>sd_bus_error_set_const()</function>, they will be shared.
     Otherwise, they will be copied. Returns a converted
     <varname>errno</varname>-like, negative error code.</para>