From 270313d06848e20dffdfae8951838a63e6cb204c Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Tue, 26 May 2015 14:33:25 +0200 Subject: [PATCH] Fix wording of error message This broke with commit 83a5694dc21b8 . Change-Id: Ib641cef9639f1c70a5f38ce0e5d9d9e3071373e4 Reviewed-by: Oswald Buddenhagen --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 234ddc69716..de0a1bd5d7d 100755 --- a/configure +++ b/configure @@ -2986,7 +2986,7 @@ elif [ $COMMERCIAL_USER = "yes" ]; then echo echo "Error: This is the Open Source version of Qt." echo "If you want to use Enterprise features of Qt," - echo "information use the contact form at http://www.qt.io/contact-us" + echo "use the contact form at http://www.qt.io/contact-us" echo "to purchase a license." echo exit 1