diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-24 14:47:20 +0300 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-24 12:45:53 -0400 |
| commit | f56f9d6c0b83399c0c95b7630b7e3d3d57b495f5 (patch) | |
| tree | c1723f82a36a89a212480f4740f59c17d2c33811 /t/t5531-deep-submodule-push.sh | |
| parent | The third batch (diff) | |
| download | git-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-x | t/t5531-deep-submodule-push.sh | 2 |
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 && |
