diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2025-06-27 12:51:50 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-06-27 12:54:05 +0200 |
commit | d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 (patch) | |
tree | a43859422a5cdc81db2467ddf2108107cb60fdc9 /doc/concepts/garbage.md | |
parent | de7bdb452e7f600e5cb17d87710fb952f151ba29 (diff) | |
download | justbuild-d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83.tar.gz |
doc: Fix various typos and inconsistencies
Diffstat (limited to 'doc/concepts/garbage.md')
-rw-r--r-- | doc/concepts/garbage.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/garbage.md b/doc/concepts/garbage.md index 278147bb..dc84e54d 100644 --- a/doc/concepts/garbage.md +++ b/doc/concepts/garbage.md @@ -133,7 +133,7 @@ CAS is inspected. If found there, then, in this order, - if the entry is not already in the youngest generation, the chunks are promoted to the youngest generation, -- the object itself is spliced on disk in a temproary file, +- the object itself is spliced on disk in a temporary file, - if the object is a tree, the parts are promoted to the youngest generation (only necessary if the large-object entry was not found in the youngest generation anyway), @@ -204,7 +204,7 @@ The compactification step is skipped if the `--all` option is given to `--no-rotate` and `--all` are incompatible options. -Gargabe Collection for Repository Roots +Garbage Collection for Repository Roots --------------------------------------- The multi-repository tool `just-mr` often has to create roots: the |