diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
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 |