From 9f32d8da7aa3ec577cd47b8ce6cd05895b943626 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Wed, 24 Apr 2024 12:27:05 -0400 Subject: Documentation/RelNotes/2.45.0.txt: fix typo Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.45.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt index e31bb70d15..fec193679f 100644 --- a/Documentation/RelNotes/2.45.0.txt +++ b/Documentation/RelNotes/2.45.0.txt @@ -256,7 +256,7 @@ Fixes since v2.44 (merge 5edd126720 jk/reflog-special-cases-fix later to maint). * An error message from "git upload-pack", which responds to "git - fetch" requests, had a trialing NUL in it, which has been + fetch" requests, had a trailing NUL in it, which has been corrected. (merge 3f4c7a0805 sg/upload-pack-error-message-fix later to maint). -- cgit 1.2.3-korg