RelNotes: a few spelling fixes

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Jan 27, 2026 at 12:12 UTC ea717645d199f6f1b66058886475db3e8c9330e9
1 file changed +3 -3
Documentation/RelNotes/2.53.0.adoc
+3 -3
@@ -64,13 +64,13 @@ Performance, Internal Implementation, Development Support etc.
64
65 * "make strip" has been taught to strip "scalar" as well as "git".
66
67 - * Dockerised jobs at the GitHub Actions CI have been taught to show
67 + * Dockerized jobs at the GitHub Actions CI have been taught to show
68 more details of failed tests.
69
70 * Code refactoring around object database sources.
71
72 * Halve the memory consumed by artificial filepairs created during
73 - "git diff --find-copioes-harder", also making the operation run
73 + "git diff --find-copies-harder", also making the operation run
74 faster.
75
76 * The "git_istream" abstraction has been revamped to make it easier
@@ -159,7 +159,7 @@ Fixes since v2.52
159 * Test leakfix.
160 (merge 14b561e768 jk/test-mktemp-leakfix later to maint).
161
162 - * Update a version of action used at the GitHub Actrions CI.
162 + * Update a version of action used at the GitHub Actions CI.
163 (merge cd99203f86 js/ci-github-setup-go-update later to maint).
164
165 * The "return errno = EFOO, -1" construct, which is heavily used in