From a5a4c02d72efbbb6221d30c9e5c558ef12964e5e Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Wed, 18 Nov 2015 11:07:34 +0100 Subject: [PATCH] fix copy&paste-o in HostVar error message Change-Id: Id70452d160d60c8f1defa10e163a8eba899e32ee Reviewed-by: Joerg Bornemann --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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