summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-12-23 18:17:45 +0000
committerChristian Pointner <equinox@anytun.org>2009-12-23 18:17:45 +0000
commitd18704157143c6e402dd054947b7a20f52697a2d (patch)
tree3643a4547107801656c0f748388f96d053a7f1f9
parentadded version info into binary (diff)
fixed spelling error
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index a791738..35ed429 100755
--- a/src/configure
+++ b/src/configure
@@ -158,7 +158,7 @@ case $TARGET in
fi
;;
*)
- echo "Plattform not supported"
+ echo "platform not supported"
exit 1;
;;
esac