bootstrap: Fix spelling of "succeeded"

This commit is contained in:
Terrell Russell 2015-10-05 21:42:19 -04:00 committed by Brad King
parent b6702d40dd
commit 062473842f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}