From: Taylor Blau Date: Thu, 13 Nov 2025 17:02:26 +0000 (-0500) Subject: RelNotes: fix typo in release notes for 2.52.0 X-Git-Tag: v2.52.0~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd372d9b1a69a01a676398882bbe3840bf51fe72;p=thirdparty%2Fgit.git RelNotes: fix typo in release notes for 2.52.0 Introduced via aea86cf00f (The nineteenth batch, 2025-10-14). Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- 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".