From: Taylor Blau Date: Tue, 1 Aug 2023 18:20:18 +0000 (-0400) Subject: Documentation/RelNotes/2.42.0.txt: typofix X-Git-Tag: v2.42.0-rc0~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=955c2b1c6ad736a685fcb7cab1c079a9c7cc18c8;p=thirdparty%2Fgit.git Documentation/RelNotes/2.42.0.txt: typofix Fix a typo introduced in aa9166bcc0 (The ninth batch, 2023-07-08). Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.42.0.txt b/Documentation/RelNotes/2.42.0.txt index dd73b28d19..1105b148c8 100644 --- a/Documentation/RelNotes/2.42.0.txt +++ b/Documentation/RelNotes/2.42.0.txt @@ -171,7 +171,7 @@ Fixes since v2.41 been corrected. (merge a096a889f4 jk/cherry-pick-revert-status later to maint). - * A few places failed to differenciate the case where the index is + * A few places failed to differentiate the case where the index is truly empty (nothing added) and we haven't yet read from the on-disk index file, which have been corrected. (merge 2ee045eea1 js/empty-index-fixes later to maint).