summaryrefslogtreecommitdiff
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
parentexit SignalController::handle if sigwait fails (diff)
fixed spelling error
-rwxr-xr-xsrc/configure2
-rw-r--r--src/signalController.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index 3194d74..24dcd4e 100755
--- a/src/configure
+++ b/src/configure
@@ -156,7 +156,7 @@ case $TARGET in
LDFLAGS=$LDFLAGS' -L/usr/local/lib'
;;
*)
- echo "Plattform not supported"
+ echo "platform not supported"
exit 1
;;
esac
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;
}