From a2956f9016bc412e090e5f1b3910e8c636800452 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 11 Oct 2015 02:12:20 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/unistd/exec.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/unistd') diff --git a/src/unistd/exec.c b/src/unistd/exec.c index ab1a09a..5e7aeb8 100644 --- a/src/unistd/exec.c +++ b/src/unistd/exec.c @@ -130,7 +130,7 @@ int execlp(const char* file, ... /*, NULL */) * As a slibc extension, it can be empty. * This list shall be terminated by a `NULL` sentinel. * @param envp The list of environment variables the new program shall - * have set. Each element shall be foramtted $name=$value. + * have set. Each element shall be formatted $name=$value. * This list shall be `NULL`-terminated. The behaviour * is system-dependant if this argument is `NULL`. * @return This function does not return on success, @@ -166,7 +166,7 @@ int execle(const char* path, ... /*, NULL, char* const envp[] */) * As a slibc extension, it can be empty. * This list shall be terminated by a `NULL` sentinel. * @param envp The list of environment variables the new program shall - * have set. Each element shall be foramtted $name=$value. + * have set. Each element shall be formatted $name=$value. * This list shall be `NULL`-terminated. The behaviour * is system-dependant if this argument is `NULL`. * @return This function does not return on success, @@ -252,7 +252,7 @@ int execvp(const char* file, char* const argv[]) * be `NULL`-terminated. The behaviour is * system-dependant if this argument is `NULL`. * @param envp The list of environment variables the new program shall - * have set. Each element shall be foramtted $name=$value. + * have set. Each element shall be formatted $name=$value. * This list shall be `NULL`-terminated. The behaviour * is system-dependant if this argument is `NULL`. * @return This function does not return on success, @@ -288,7 +288,7 @@ int execve(const char* path, char* const argv[], char* const envp[]) * be `NULL`-terminated. The behaviour is * system-dependant if this argument is `NULL`. * @param envp The list of environment variables the new program shall - * have set. Each element shall be foramtted $name=$value. + * have set. Each element shall be formatted $name=$value. * This list shall be `NULL`-terminated. The behaviour * is system-dependant if this argument is `NULL`. * @return This function does not return on success, -- cgit v1.2.3-70-g09d2