From: Taylor Blau Date: Wed, 24 Apr 2024 16:27:05 +0000 (-0400) Subject: Documentation/RelNotes/2.45.0.txt: fix typo X-Git-Tag: v2.45.0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f32d8da7aa3ec577cd47b8ce6cd05895b943626;p=thirdparty%2Fgit.git Documentation/RelNotes/2.45.0.txt: fix typo Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- 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).