summaryrefslogtreecommitdiff
path: root/t/t5314-pack-cycle-detection.sh
diff options
context:
space:
mode:
authorryenus <ryenus@gmail.com>2019-12-15 15:12:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-16 19:53:11 (GMT)
commit571fb9657318b710825cde19b70f7da4392abd44 (patch)
treeec16cab2ee95dae1f73bd9a54fdade748424a738 /t/t5314-pack-cycle-detection.sh
parentad05a3d8e5a6a06443836b5e40434262d992889a (diff)
downloadgit-571fb9657318b710825cde19b70f7da4392abd44.zip
git-571fb9657318b710825cde19b70f7da4392abd44.tar.gz
git-571fb9657318b710825cde19b70f7da4392abd44.tar.bz2
fix-typo: consecutive-word duplications
Correct unintentional duplication(s) of words, such as "the the", and "can can" etc. The changes are only applied to cases where it's fixing what is clearly wrong or prone to misunderstanding, as suggested by the reviewers. Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de> Helped-by: Denton Liu <liu.denton@gmail.com> Helped-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: ryenus <ryenus@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5314-pack-cycle-detection.sh')
-rwxr-xr-xt/t5314-pack-cycle-detection.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5314-pack-cycle-detection.sh b/t/t5314-pack-cycle-detection.sh
index e525466..0aec861 100755
--- a/t/t5314-pack-cycle-detection.sh
+++ b/t/t5314-pack-cycle-detection.sh
@@ -53,7 +53,7 @@ immediately after the lookup for "dummy".
-# Create a pack containing the the tree $1 and blob $1:file, with
+# Create a pack containing the tree $1 and blob $1:file, with
# the latter stored as a delta against $2:file.
#
# We convince pack-objects to make the delta in the direction of our choosing