X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=exec.c;h=c90df6e90516caceb50fee544b27dda49a18eb2a;hp=004c0437ee50a4819363136b6f8f737b227d30a1;hb=3a6b996d8b39fdc067df352d1eee757ef2a8f49b;hpb=65399c6f0f45561c8d93c521ca63d13f564ca1cb diff --git a/exec.c b/exec.c index 004c0437..c90df6e9 100644 --- a/exec.c +++ b/exec.c @@ -117,7 +117,7 @@ err_out: * Exec the given command. * * \param pid Will hold the pid of the created process upon return. - * \param cmdline Holds the command and its arguments, seperated by spaces. + * \param cmdline Holds the command and its arguments, separated by spaces. * \param fds A pointer to a value-result array. * * This function uses fork/exec to create a new process. \a fds must be a @@ -130,7 +130,7 @@ err_out: * - fd[i] > 0: create a pipe and dup i to one end of that pipe. * Upon return, fd[i] contains the file descriptor of the pipe. * - * In any case, all unneeded filedescriptors are closed. + * In any case, all unneeded file descriptors are closed. * * \return Standard. */