From 8f34edf681b6a5d80af6cde9bd0cb72197e88b33 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jan 2004 18:45:49 +0000 Subject: some last minute changes git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@49 153bfa13-eec0-0310-be40-b0cb6a0e1b4b --- src/dexec.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/dexec.h b/src/dexec.h index b9e1879..de9f6ff 100644 --- a/src/dexec.h +++ b/src/dexec.h @@ -33,8 +33,8 @@ /** Run the specified executable with the specified arguments in the * specified directory and return the return value of the program in * the specified pointer. The calling process is blocked until the - * child finishes, alls child output (either STDOUT or STDIN) is - * written to syslog. + * child finishes and all child output (either STDOUT or STDIN) has + * been written to syslog. * * @param dir Working directory for the process. * @param ret A pointer to an integer to write the return value of the program to. -- cgit