From 3d20111cbd42c9ef3116bb629838bcbfea508cda Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Wed, 22 Jul 2020 16:29:40 -0400 Subject: [PATCH] Documentation/RelNotes: fix a typo in 2.28's relnotes Signed-off-by: Taylor Blau Signed-off-by: Junio C Hamano --- Documentation/RelNotes/2.28.0.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt index 5f1413a699..6baf781380 100644 --- a/Documentation/RelNotes/2.28.0.txt +++ b/Documentation/RelNotes/2.28.0.txt @@ -116,7 +116,7 @@ Performance, Internal Implementation, Development Support etc. configuration variables in extensions.* namespace were supposed to have special meaning in repositories whose version numbers are 1 or higher), but this was a bit too big a change. The behaviour in - recent versions of Git where certaion extensions.* were honored by + recent versions of Git where certain extensions.* were honored by mistake even in version 0 repositories has been restored.