From 687978b25f1c4f4e5f750e49a68ecfa3637107ec Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Tue, 19 Nov 2013 18:13:01 +0800 Subject: [PATCH] Fix api doc for _dbus_spawn_async_with_babysitter Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71820 --- dbus/dbus-spawn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c index d1478f0..653776b 100644 --- a/dbus/dbus-spawn.c +++ b/dbus/dbus-spawn.c @@ -1179,7 +1179,7 @@ babysit (pid_t grandchild_pid, * If sitter_p is #NULL, no babysitter is kept. * * @param sitter_p return location for babysitter or #NULL - * @log_name the name under which to log messages about this process being spawned + * @param log_name the name under which to log messages about this process being spawned * @param argv the executable and arguments * @param env the environment, or #NULL to copy the parent's * @param child_setup function to call in child pre-exec() -- 1.7.9.5