X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=exec.c;h=920ea0e2e9086bee1b5d82e72a8f051ad32efd3a;hp=c08ef392dc064aac09d7f2aa57ba3f295551ef83;hb=96c620fcf383faffb16c89c2ddd9b0857de6dfbb;hpb=8daf8f3836e745ba07f1aa01252279588574c95a diff --git a/exec.c b/exec.c index c08ef39..920ea0e 100644 --- a/exec.c +++ b/exec.c @@ -50,7 +50,7 @@ void dss_exec(pid_t *pid, const char *file, char *const *const args) * Exec the command given as a command line. * * \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. * * This function uses fork/exec to create a new process. *