summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMorten Sørvig <msorvig@trolltech.com>2009-04-14 07:16:55 (GMT)
committerMorten Sørvig <msorvig@trolltech.com>2009-04-14 07:16:55 (GMT)
commit02f4f244f585868dc1cca208f0caa6f02d734d65 (patch)
tree79a8fd49220287f101297086ba7f0d613273f1d0 /configure
parent6e5774d84e7e3b68736f95fae09a084bd5b9ac7a (diff)
downloadQt-02f4f244f585868dc1cca208f0caa6f02d734d65.zip
Qt-02f4f244f585868dc1cca208f0caa6f02d734d65.tar.gz
Qt-02f4f244f585868dc1cca208f0caa6f02d734d65.tar.bz2
Fix spelling error
Reviewed-by: TrustMe
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7e66a98..6d67dee 100755
--- a/configure
+++ b/configure
@@ -2698,7 +2698,7 @@ if [ "$PLATFORM_MAC" = "yes" ]; then
for i in $CFG_MAC_ARCHS
do
if echo "$ALLOWED" | grep -w -v "$i" > /dev/null 2>&1; then
- echo "Unknown architecture: \"$i\". Supported architechtures: x86 ppc x86_64 ppc64";
+ echo "Unknown architecture: \"$i\". Supported architectures: x86 ppc x86_64 ppc64";
exit 2;
fi
done