]> git.ipfire.org Git - thirdparty/git.git/commitdiff
RelNotes: fix typo in release notes for 2.52.0
authorTaylor Blau <me@ttaylorr.com>
Thu, 13 Nov 2025 17:02:26 +0000 (12:02 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Nov 2025 17:34:53 +0000 (09:34 -0800)
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>
Documentation/RelNotes/2.52.0.adoc

index 45e7f0a24408e6302b97cddecb62c51bd68787fd..4df3d5a8a087936362d391678562e9b2c78917ca 100644 (file)
@@ -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".