diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-10 18:11:20 +0300 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-10-10 13:31:12 -0700 |
| commit | f5dedddb753e5366168052cc9cbfec760bbeb3ee (patch) | |
| tree | 77f7d63a9d29a0d0e162a2f56b32ced9065fe40c /contrib/subtree/t/t7900-subtree.sh | |
| parent | 54ee29cfd521b0e043dcc1857e4a7c8d993b5e59 (diff) | |
| download | git-f5dedddb753e5366168052cc9cbfec760bbeb3ee.tar.gz | |
contrib: fix typos
Fix typos via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree/t/t7900-subtree.sh')
| -rwxr-xr-x | contrib/subtree/t/t7900-subtree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/subtree/t/t7900-subtree.sh b/contrib/subtree/t/t7900-subtree.sh index c3bd2a58b9..3c6103f6d2 100755 --- a/contrib/subtree/t/t7900-subtree.sh +++ b/contrib/subtree/t/t7900-subtree.sh @@ -47,7 +47,7 @@ last_commit_subject () { # pre-2.32.0 versions of 'git subtree' would write the hash of the tag # (sub1 below), instead of the commit (sub1^{commit}) in the # "git-subtree-split" trailer. -# We immitate this behaviour below using a replace ref. +# We imitate this behaviour below using a replace ref. # This function creates 3 repositories: # - $1 # - $1-sub (added as subtree "sub" in $1) |
