From b6de2ed9c0a02ffc56a9eddd321cc83fa33652a7 Mon Sep 17 00:00:00 2001 From: komark06 Date: Sat, 24 Feb 2024 13:44:04 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 802fb4fa1..28b998b30 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ $ make valgrind * Use `$ make clean` or `$ rm /tmp/qtest.*` to clean the temporary files created by target valgrind Extra options can be recognized by make: -* `VERBOSE`: control the build verbosity. If `VERBOSE=1`, echo eacho command in build process. +* `VERBOSE`: control the build verbosity. If `VERBOSE=1`, echo each command in build process. * `SANITIZER`: enable sanitizer(s) directed build. At the moment, AddressSanitizer is supported. ## Using `qtest`