summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-18 11:06:33 +0100
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2015-11-26 17:03:28 +0000
commita3bcb68bc8a87a4c6e3173ae26a9c67fde2d356b (patch)
treedfd7c87561f6fd3c65bf4fb725ee674e57dc09f8 /configure
parent7cbbca586092944eab0f024e0c249044b7599c24 (diff)
fix copy&paste-o in DeviceVar error message
Change-Id: I2b7d95c004ce045527b124ef25b6d224535c895b 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 443771af47..52c1be265f 100755
--- a/configure
+++ b/configure
@@ -453,7 +453,7 @@ DeviceVar()
eq="="
;;
*)
- echo >&2 "BUG: wrong command to QMakeVar: $1"
+ echo >&2 "BUG: wrong command to DeviceVar: $1"
;;
esac