qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT 9332f6a] configure: change "found" to "find"


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 9332f6a] configure: change "found" to "find"
Date: Sun, 13 Sep 2009 19:46:51 -0000

From: Sebastian Herbszt <address@hidden>

Change "ERROR: configure was not able to found it" to
"ERROR: configure was not able to find it".

Signed-off-by: Sebastian Herbszt <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>

diff --git a/configure b/configure
index 494e9ce..e0a2874 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;
 }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]