summaryrefslogtreecommitdiff
path: root/src/signalController.cpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-23 18:27:11 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-23 18:27:11 +0000
commit6e5272c920c4048e471a8c938e9eec28c2dfeeba (patch)
tree6c0a323465e5e6294db9d9507cf523605c0ce2e6 /src/signalController.cpp
parentexit SignalController::handle if sigwait fails (diff)
fixed spelling error
Diffstat (limited to 'src/signalController.cpp')
-rw-r--r--src/signalController.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signalController.cpp b/src/signalController.cpp
index b37e225..f298e72 100644
--- a/src/signalController.cpp
+++ b/src/signalController.cpp
@@ -91,7 +91,7 @@ int SigHupHandler::handle()
int SigTermHandler::handle()
{
- cLog.msg(Log::PRIO_NOTICE) << "SIG-Term caughtm, exiting";
+ cLog.msg(Log::PRIO_NOTICE) << "SIG-Term caught, exiting";
return 1;
}