summaryrefslogtreecommitdiffstats
path: root/src/dexec.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-01-10 18:45:49 +0000
committerLennart Poettering <lennart@poettering.net>2004-01-10 18:45:49 +0000
commit8f34edf681b6a5d80af6cde9bd0cb72197e88b33 (patch)
tree37543b52d6cb5a58ee2486d964fdb6856ea38841 /src/dexec.h
parentd18c69323e4672fcf022ad285aea039f335a0451 (diff)
some last minute changes
git-svn-id: file:///home/lennart/svn/public/libdaemon/trunk@49 153bfa13-eec0-0310-be40-b0cb6a0e1b4b
Diffstat (limited to 'src/dexec.h')
-rw-r--r--src/dexec.h4
1 files changed, 2 insertions, 2 deletions
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.