diff options
| author | Kai Koehne <kai.koehne@theqtcompany.com> | 2015-05-26 14:33:25 +0200 |
|---|---|---|
| committer | Kai Koehne <kai.koehne@theqtcompany.com> | 2015-05-27 15:28:35 +0000 |
| commit | 270313d06848e20dffdfae8951838a63e6cb204c (patch) | |
| tree | f9635d1140c544ba5427104b184dd7df1126fce5 | |
| parent | 73d3f1b116a584b97ec0defc9df68bc3507d5cc7 (diff) | |
Fix wording of error message
This broke with commit 83a5694dc21b8 .
Change-Id: Ib641cef9639f1c70a5f38ce0e5d9d9e3071373e4
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
