diff --git a/src/test-sample/test.cpp b/src/test-sample/test.cpp index 14fe5a47..7cb28819 100644 --- a/src/test-sample/test.cpp +++ b/src/test-sample/test.cpp @@ -92,7 +92,7 @@ bool test_io() printf("Running test '" name "': "); \ const auto res = func(); \ valid &= res; \ - puts(res ? "Sucess" : "Fail"); \ + puts(res ? "Success" : "Fail"); \ } int main(int /*argc*/, const char* /*argv*/[])