From d34e0afbcc3c9a533bc9555e9772cf2cad7dcb83 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 27 Jun 2025 12:51:50 +0200 Subject: doc: Fix various typos and inconsistencies --- doc/concepts/garbage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/concepts/garbage.md') 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 -- cgit v1.2.3