summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-18 11:07:34 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-12-01 17:18:58 +0000
commita5a4c02d72efbbb6221d30c9e5c558ef12964e5e (patch)
treead30f4c4ced79f6e4ba16ac1921b62e3b24cc83d /configure
parenta9090afbd05da3ab761d2c9f968a0f68eeba967c (diff)
fix copy&paste-o in HostVar error message
Change-Id: Id70452d160d60c8f1defa10e163a8eba899e32ee Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0412a42e12..b149970b7d 100755
--- a/configure
+++ b/configure
@@ -489,7 +489,7 @@ HostVar()
eq="="
;;
*)
- echo >&2 "BUG: wrong command to QMakeVar: $1"
+ echo >&2 "BUG: wrong command to HostVar: $1"
;;
esac