fix copy&paste-o in HostVar error message

Change-Id: Id70452d160d60c8f1defa10e163a8eba899e32ee
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2015-11-18 11:07:34 +01:00
parent a9090afbd0
commit a5a4c02d72

2
configure vendored
View File

@ -489,7 +489,7 @@ HostVar()
eq="="
;;
*)
echo >&2 "BUG: wrong command to QMakeVar: $1"
echo >&2 "BUG: wrong command to HostVar: $1"
;;
esac