From 062473842f3c926944cbc2a32c7703bc1204890d Mon Sep 17 00:00:00 2001 From: Terrell Russell Date: Mon, 5 Oct 2015 21:42:19 -0400 Subject: [PATCH] bootstrap: Fix spelling of "succeeded" --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index 31e9b898a..ca4fd5ecc 100755 --- a/bootstrap +++ b/bootstrap @@ -572,7 +572,7 @@ cmake_try_run () echo "Test produced non-zero return code" return 3 fi - echo "Test succeded" + echo "Test succeeded" return 0 }