diff options
author | Linus Groh <mail@linusgroh.de> | 2021-05-17 17:48:55 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-05-17 17:48:55 +0100 |
commit | 0aab7743436424170d3d3d421e85e7f066d351e9 (patch) | |
tree | fc6bbe146b92a0194978d5cb25095a6018dd660a /Documentation/RunningTests.md | |
parent | bebbeda7262d9139ac249387672e567fe3d3791f (diff) | |
download | serenity-0aab7743436424170d3d3d421e85e7f066d351e9.zip |
Everywhere: Fix a bunch of typos
Diffstat (limited to 'Documentation/RunningTests.md')
-rw-r--r-- | Documentation/RunningTests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RunningTests.md b/Documentation/RunningTests.md index d922d6dfe4..d282f43365 100644 --- a/Documentation/RunningTests.md +++ b/Documentation/RunningTests.md @@ -34,7 +34,7 @@ export SERENITY_SOURCE_DIR=${PWD}/.. ninja && ninja test ``` -To see the stdout/stderr output of failing tests, the reccommended way is to set the environment variable [`CTEST_OUTPUT_ON_FAILURE`](https://cmake.org/cmake/help/latest/manual/ctest.1.html#options) to 1. +To see the stdout/stderr output of failing tests, the recommended way is to set the environment variable [`CTEST_OUTPUT_ON_FAILURE`](https://cmake.org/cmake/help/latest/manual/ctest.1.html#options) to 1. ```sh CTEST_OUTPUT_ON_FAILURE=1 ninja test |