diff options
author | Morten Sørvig <msorvig@trolltech.com> | 2009-04-14 07:16:55 (GMT) |
---|---|---|
committer | Morten Sørvig <msorvig@trolltech.com> | 2009-04-14 07:16:55 (GMT) |
commit | 02f4f244f585868dc1cca208f0caa6f02d734d65 (patch) | |
tree | 79a8fd49220287f101297086ba7f0d613273f1d0 /configure | |
parent | 6e5774d84e7e3b68736f95fae09a084bd5b9ac7a (diff) | |
download | Qt-02f4f244f585868dc1cca208f0caa6f02d734d65.zip Qt-02f4f244f585868dc1cca208f0caa6f02d734d65.tar.gz Qt-02f4f244f585868dc1cca208f0caa6f02d734d65.tar.bz2 |
Fix spelling error
Reviewed-by: TrustMe
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |