aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2025-08-18 00:01:17 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2025-08-18 00:01:17 +0300
commit320456600681114cfa1b86ab29eda4d0524ab948 (patch)
tree6ddbf0fd90e84f8aa11fbeb052ef4e63af4b44c3
parent292bcf4f7394292fe61d663b62ec73e55cd906c3 (diff)
downloadcovsrv-320456600681114cfa1b86ab29eda4d0524ab948.tar.gz
covsrv-320456600681114cfa1b86ab29eda4d0524ab948.zip
fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a816347..370ab85 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ what roughly needs to be done to set up coverage testing for a project with
`gcc` and `lcov`. Open `coverage/index.html` with your web browser of choice,
and you should see that all lines in `tests/pass.c` are exercised.
`tests/fail.c` contains a fairly common but dangerous pattern of `realloc()`,
-which practically always succeeds, but fails during out test run.
+which practically always succeeds, but fails during our test run.
## Future work