aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorLinus Arver <linusa@google.com>2023-06-07 19:26:47 +0000
committerJunio C Hamano <gitster@pobox.com>2023-06-12 13:52:51 -0700
commit548afb0d9a5a15e538fbf7e01fafbc27691365f1 (patch)
tree6b21a23e1cda322364d7ade3d998228605526bb6 /Documentation/technical
parentfe86abd7511a9a6862d5706c6fa1d9b57a63ba09 (diff)
downloadgit-548afb0d9a5a15e538fbf7e01fafbc27691365f1.tar.gz
docs: typofixes
These were found with an automated CLI tool [1]. Only the "Documentation" subfolder (and not source code files) was considered because the docs are user-facing. [1]: https://crates.io/crates/typos-cli Signed-off-by: Linus Arver <linusa@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/remembering-renames.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/remembering-renames.txt b/Documentation/technical/remembering-renames.txt
index 1e34d91390..73f41761e2 100644
--- a/Documentation/technical/remembering-renames.txt
+++ b/Documentation/technical/remembering-renames.txt
@@ -664,7 +664,7 @@ skip-irrelevant-renames optimization means we sometimes don't detect
renames for any files within a directory that was renamed, in which
case we will not have been able to detect any rename for the directory
itself. In such a case, we do not know whether the directory was
-renamed; we want to be careful to avoid cacheing some kind of "this
+renamed; we want to be careful to avoid caching some kind of "this
directory was not renamed" statement. If we did, then a subsequent
commit being rebased could add a file to the old directory, and the
user would expect it to end up in the correct directory -- something