aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-01-27 12:12:06 -0800
committerJunio C Hamano <gitster@pobox.com>2026-01-27 12:12:06 -0800
commitea717645d199f6f1b66058886475db3e8c9330e9 (patch)
tree88c8ff9ab35790c3d5719a93b2a9d659d88a628f /Documentation/RelNotes
parentab380cb80b0727f7f2d7f6b17592ae6783e9820c (diff)
downloadgit-ea717645d199f6f1b66058886475db3e8c9330e9.tar.xz
RelNotes: a few spelling fixes
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.53.0.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/RelNotes/2.53.0.adoc b/Documentation/RelNotes/2.53.0.adoc
index 8b98519268..a24677115c 100644
--- a/Documentation/RelNotes/2.53.0.adoc
+++ b/Documentation/RelNotes/2.53.0.adoc
@@ -64,13 +64,13 @@ Performance, Internal Implementation, Development Support etc.
* "make strip" has been taught to strip "scalar" as well as "git".
- * Dockerised jobs at the GitHub Actions CI have been taught to show
+ * Dockerized jobs at the GitHub Actions CI have been taught to show
more details of failed tests.
* Code refactoring around object database sources.
* Halve the memory consumed by artificial filepairs created during
- "git diff --find-copioes-harder", also making the operation run
+ "git diff --find-copies-harder", also making the operation run
faster.
* The "git_istream" abstraction has been revamped to make it easier
@@ -159,7 +159,7 @@ Fixes since v2.52
* Test leakfix.
(merge 14b561e768 jk/test-mktemp-leakfix later to maint).
- * Update a version of action used at the GitHub Actrions CI.
+ * Update a version of action used at the GitHub Actions CI.
(merge cd99203f86 js/ci-github-setup-go-update later to maint).
* The "return errno = EFOO, -1" construct, which is heavily used in