aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5531-deep-submodule-push.sh
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-24 14:47:20 +0300
committerTaylor Blau <me@ttaylorr.com>2024-10-24 12:45:53 -0400
commitf56f9d6c0b83399c0c95b7630b7e3d3d57b495f5 (patch)
treec1723f82a36a89a212480f4740f59c17d2c33811 /t/t5531-deep-submodule-push.sh
parentThe third batch (diff)
downloadgit-f56f9d6c0b83399c0c95b7630b7e3d3d57b495f5.tar.gz
git-f56f9d6c0b83399c0c95b7630b7e3d3d57b495f5.zip
t: fix typos
Fix typos and grammar in documentation, comments, etc. Via codespell. Reported-by: Kristoffer Haugsbakk <kristofferhaugsbakk@fastmail.com> Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5531-deep-submodule-push.sh')
-rwxr-xr-xt/t5531-deep-submodule-push.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5531-deep-submodule-push.sh b/t/t5531-deep-submodule-push.sh
index 135823630a..dcfef67af4 100755
--- a/t/t5531-deep-submodule-push.sh
+++ b/t/t5531-deep-submodule-push.sh
@@ -204,7 +204,7 @@ test_expect_success 'push recurse-submodules last one wins on command line' '
cd work/gar/bage &&
>recurse-check-on-command-line-overriding-earlier-command-line &&
git add recurse-check-on-command-line-overriding-earlier-command-line &&
- git commit -m "Recurse on command-line overridiing earlier command-line junk"
+ git commit -m "Recurse on command-line overriding earlier command-line junk"
) &&
(
cd work &&