fix copy&paste-o in DeviceVar error message

Change-Id: I2b7d95c004ce045527b124ef25b6d224535c895b
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen 2015-11-18 11:06:33 +01:00
parent 7cbbca5860
commit a3bcb68bc8

2
configure vendored
View File

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