diff options
Diffstat (limited to '')
-rw-r--r-- | tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md index 216f2b63e..2c1589cd4 100644 --- a/tests/README.md +++ b/tests/README.md @@ -104,7 +104,7 @@ ctest To run the same tests on a release build, replace `debug` with `release`. -To run specific hash test, you can use `ctest` `-R` parameter. For exmaple to run only `blake2b` hash tests: +To run specific hash test, you can use `ctest` `-R` parameter. For example to run only `blake2b` hash tests: ``` ctest -R hash-blake2b |