From 69ef9fc6b08d7cdaaea16e3951a75223ac6c595d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 14 Dec 2009 01:18:16 +0000 Subject: fixed spelling error unkown != unknown --- src/sysExec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysExec.cpp') diff --git a/src/sysExec.cpp b/src/sysExec.cpp index 49c0cae..fc806fd 100644 --- a/src/sysExec.cpp +++ b/src/sysExec.cpp @@ -151,7 +151,7 @@ void waitForScript(std::string const& script, pid_t pid, int pipefd) else if(WIFSIGNALED(status)) cLog.msg(Log::PRIO_NOTICE) << "script '" << script << "' terminated after signal " << WTERMSIG(status); else - cLog.msg(Log::PRIO_ERROR) << "executing script '" << script << "': unkown error"; + cLog.msg(Log::PRIO_ERROR) << "executing script '" << script << "': unknown error"; close(pipefd); } -- cgit v1.2.3