diff mbox series

Documentation/RelNotes/2.46.0.txt: fix typo

Message ID f5d6ded8f6001415802a25ac7728ed43f8905cde.1721685769.git.me@ttaylorr.com (mailing list archive)
State New
Headers show
Series Documentation/RelNotes/2.46.0.txt: fix typo | expand

Commit Message

Taylor Blau July 22, 2024, 10:03 p.m. UTC
The sentence describing changes to the bundle URI mechanism ends in two
'..' instead of one '.'.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
---
Noticed while reading through the RelNotes as I usually do this time
during the cycle ;-).

 Documentation/RelNotes/2.46.0.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.46.0.rc0.94.ge2b5961b45.dirty

Comments

Junio C Hamano July 23, 2024, 4:43 p.m. UTC | #1
Taylor Blau <me@ttaylorr.com> writes:

> The sentence describing changes to the bundle URI mechanism ends in two
> '..' instead of one '.'.

Thanks.
diff mbox series

Patch

diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt
index 80620b9317..4cbbca8968 100644
--- a/Documentation/RelNotes/2.46.0.txt
+++ b/Documentation/RelNotes/2.46.0.txt
@@ -212,7 +212,7 @@  Performance, Internal Implementation, Development Support etc.

  * When bundleURI interface fetches multiple bundles, Git failed to
    take full advantage of all bundles and ended up slurping duplicated
-   objects, which has been corrected..
+   objects, which has been corrected.

  * The code to deal with modified paths that are out-of-cone in a
    sparsely checked out working tree has been optimized.