From 9332f6a2e25cbd9c93b0ab8e46d9f5774d620478 Mon Sep 17 00:00:00 2001 From: Sebastian Herbszt Date: Sun, 13 Sep 2009 21:32:54 +0200 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }