summaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2025-11-13 12:02:26 -0500
committerJunio C Hamano <gitster@pobox.com>2025-11-13 09:34:53 -0800
commitfd372d9b1a69a01a676398882bbe3840bf51fe72 (patch)
tree8c14a42be9d969e19cb125658c0de291ffed09bc /Documentation/RelNotes
parent99bd5a5c9f74abfe81196d96b8467d0d1d4723c5 (diff)
downloadgit-fd372d9b1a69a01a676398882bbe3840bf51fe72.tar.gz
git-fd372d9b1a69a01a676398882bbe3840bf51fe72.zip
RelNotes: fix typo in release notes for 2.52.0
Introduced via aea86cf00f (The nineteenth batch, 2025-10-14). Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.52.0.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc
index 45e7f0a244..4df3d5a8a0 100644
--- a/Documentation/RelNotes/2.52.0.adoc
+++ b/Documentation/RelNotes/2.52.0.adoc
@@ -53,7 +53,7 @@ UI, Workflows & Features
* Configuration variables that take a pathname as a value
(e.g. blame.ignorerevsfile) can be marked as optional by prefixing
- ":(optoinal)" before its value.
+ ":(optional)" before its value.
* Show 'P'ipe command in "git add -p".