From 60a25053c6e64f186e987bb1b9736f42a30daa31 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 3 Aug 2021 23:29:15 +0800 Subject: [PATCH] Correct a typo in contrib/ci/README.md (#5453) --- contrib/ci/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ci/README.md b/contrib/ci/README.md index 8b48ac32e..9a8262e37 100644 --- a/contrib/ci/README.md +++ b/contrib/ci/README.md @@ -43,7 +43,7 @@ the future. * `Z3_CMAKE_GENERATOR` - CMake generator (`Ninja` or `Unix Makefiles`) * `Z3_VERBOSE_BUILD_OUTPUT` - Show compile commands in CMake builds (`0` or `1`) * `Z3_BUILD_LIBZ3_SHARED` - Build Z3 binaries and libraries dynamically/statically (`0` or `1`) -* `Z3_SYSTEM_TEST_GIT_REVISION` - Git revision of [z3test](https://github.com/Z3Prover/z3test). If empty lastest revision will be used. +* `Z3_SYSTEM_TEST_GIT_REVISION` - Git revision of [z3test](https://github.com/Z3Prover/z3test). If empty latest revision will be used. * `Z3_WARNINGS_AS_ERRORS` - Set the `WARNINGS_AS_ERRORS` CMake option passed to Z3 (`OFF`, `ON`, or `SERIOUS_ONLY`) ### Linux