diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-17 14:28:35 +0300 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-17 16:14:56 -0400 |
| commit | f1eea0b620b07a51d5455558c807713ef0ba7609 (patch) | |
| tree | 086d6e5f7fde54f88b6f25bd7522859db6ddc969 /t/t1016-compatObjectFormat.sh | |
| parent | 15030f9556f545b167b1879b877a5d780252dc16 (diff) | |
| download | git-f1eea0b620b07a51d5455558c807713ef0ba7609.tar.gz | |
t: fix typos
Fix typos in documentation, comments, etc.
Via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t1016-compatObjectFormat.sh')
| -rwxr-xr-x | t/t1016-compatObjectFormat.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1016-compatObjectFormat.sh b/t/t1016-compatObjectFormat.sh index be3206a16f..92024fe51d 100755 --- a/t/t1016-compatObjectFormat.sh +++ b/t/t1016-compatObjectFormat.sh @@ -117,7 +117,7 @@ do git config extensions.objectformat $hash && git config extensions.compatobjectformat $(compat_hash $hash) && git config gpg.program $TEST_DIRECTORY/t1016/gpg && - echo "Hellow World!" > hello && + echo "Hello World!" > hello && eval hello_${hash}_oid=$(git hash-object hello) && git update-index --add hello && git commit -m "Initial commit" && |
