summaryrefslogtreecommitdiff
path: root/src/configure
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/configure
parentexit SignalController::handle if sigwait fails (diff)
fixed spelling error
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 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