From 78c1edd1ef162d3bf07ff508d30cce61a10fd3be Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Fri, 30 Jun 2017 11:57:13 +0200 Subject: [PATCH] man: fix spelling error of sd_bus_error_set_const (#6246) --- man/sd_bus_error.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 3091e1f019..4970ce3c08 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.