summaryrefslogtreecommitdiff
path: root/src/sysexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysexec.c')
-rw-r--r--src/sysexec.c2
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;