From: Lars Karlitski Date: Fri, 30 Jun 2017 09:57:13 +0000 (+0200) Subject: man: fix spelling error of sd_bus_error_set_const (#6246) X-Git-Tag: v234~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c1edd1ef162d3bf07ff508d30cce61a10fd3be;p=thirdparty%2Fsystemd.git man: fix spelling error of sd_bus_error_set_const (#6246) --- diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 3091e1f0194..4970ce3c088 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -265,7 +265,7 @@ dst using the values in e. If the strings in e were set using - sd_bus_set_error_const(), they will be shared. + sd_bus_error_set_const(), they will be shared. Otherwise, they will be copied. Returns a converted errno-like, negative error code.