diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-10 14:23:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-10 14:23:20 -0700 |
| commit | cdc7ffacaf0c11af6349c693522902bcdafeaf84 (patch) | |
| tree | 6b7df630547b43e906f080b7f03763287584017f /t | |
| parent | 6953f24e4040b57d461a755fac297f272095ade7 (diff) | |
| parent | 5ee8782f87cb9813774baa2177583f3e2fd101be (diff) | |
| download | git-cdc7ffacaf0c11af6349c693522902bcdafeaf84.tar.xz | |
Merge branch 'ss/test-that-that-typofix'
Typofix in t/.
* ss/test-that-that-typofix:
t: fix "that that" typo in lib-unicode-nfc-nfd.sh
Diffstat (limited to 't')
| -rwxr-xr-x | t/lib-unicode-nfc-nfd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-unicode-nfc-nfd.sh b/t/lib-unicode-nfc-nfd.sh index aed0a4dd44..201ab9b24c 100755 --- a/t/lib-unicode-nfc-nfd.sh +++ b/t/lib-unicode-nfc-nfd.sh @@ -75,7 +75,7 @@ test_lazy_prereq UNICODE_NFD_PRESERVED ' # # Note that I've used the canonical ordering of the # combining characters. It is also possible to -# swap them. My testing shows that that non-standard +# swap them. My testing shows that non-standard # ordering also causes a collision in mkdir. However, # the resulting names don't draw correctly on the # terminal (implying that the on-disk format also has |
