summaryrefslogtreecommitdiffstats
path: root/src/dexec.h
diff options
context:
space:
mode:
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.