From: Sebastian Herbszt Date: Sun, 13 Sep 2009 19:32:54 +0000 (+0200) Subject: configure: change "found" to "find" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9332f6a2e25cbd9c93b0ab8e46d9f5774d620478;p=qemu.git configure: change "found" to "find" Change "ERROR: configure was not able to found it" to "ERROR: configure was not able to find it". Signed-off-by: Sebastian Herbszt Signed-off-by: Blue Swirl --- diff --git a/configure b/configure index 494e9ced7b..e0a2874a49 100755 --- a/configure +++ b/configure @@ -807,7 +807,7 @@ feature_not_found() { echo "ERROR" echo "ERROR: User requested feature $feature" - echo "ERROR: configure was not able to found it" + echo "ERROR: configure was not able to find it" echo "ERROR" exit 1; }