Skip to content

Commit 5ee8782

Browse files
SiddharthShrimaligitster
authored andcommitted
t: fix "that that" typo in lib-unicode-nfc-nfd.sh
In the comments of lib-unicode-nfc-nfd.sh, "that that" was used unintentionally. Remove the redundant "that" to improve clarity. Signed-off-by: Siddharth Shrimali <r.siddharth.shrimali@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f368df4 commit 5ee8782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/lib-unicode-nfc-nfd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ test_lazy_prereq UNICODE_NFD_PRESERVED '
7575
#
7676
# Note that I've used the canonical ordering of the
7777
# combining characters. It is also possible to
78-
# swap them. My testing shows that that non-standard
78+
# swap them. My testing shows that non-standard
7979
# ordering also causes a collision in mkdir. However,
8080
# the resulting names don't draw correctly on the
8181
# terminal (implying that the on-disk format also has

0 commit comments

Comments
 (0)