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 }