diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2023-11-07 10:21:51 +0900 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2023-11-07 10:21:51 +0900 |
commit | 43de4d3630274e1287179c86896ed4c2d8b9eff4 (patch) | |
tree | f567f1894ed9761088904e4913455f2a4967b00d /ci | |
parent | 0387ca0774be0fa05a81cb91f880c53a7ad5fade (diff) |
doc: fix typos
As found by lint-spelling.py using codespell 2.2.6.
Diffstat (limited to 'ci')
-rw-r--r-- | ci/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/README.md b/ci/README.md index f89af329dd..7cf3b1f563 100644 --- a/ci/README.md +++ b/ci/README.md @@ -52,5 +52,5 @@ in order. ### Cache In order to avoid rebuilding all dependencies for each build, the binaries are -cached and re-used when possible. Changes in the dependency-generator will +cached and reused when possible. Changes in the dependency-generator will trigger cache-invalidation and rebuilds as necessary. |