diff options
author | Christian Pointner <equinox@anytun.org> | 2010-02-17 02:17:55 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2010-02-17 02:17:55 +0000 |
commit | 11621d0e52312ba0397fb6833845e5800e3b730e (patch) | |
tree | 6fdf42ea56d2460619c4bac2353d38ff9854b3fa /src/sysexec.c | |
parent | fixed init.d script Required-Start and Stop (diff) |
fixed spelling errors
Diffstat (limited to 'src/sysexec.c')
-rw-r--r-- | src/sysexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysexec.c b/src/sysexec.c index 6e4e821..1d3df91 100644 --- a/src/sysexec.c +++ b/src/sysexec.c @@ -108,7 +108,7 @@ int uanytun_exec(const char* script, char* const argv[], char* const evp[]) else if(WIFSIGNALED(status)) log_printf(NOTICE, "script '%s' terminated after signal %d", script, WTERMSIG(status)); else - log_printf(ERROR, "executing script '%s': unkown error", script); + log_printf(ERROR, "executing script '%s': unknown error", script); close(pipefd[0]); return status; |