aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1016-compatObjectFormat.sh
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-17 14:28:35 +0300
committerTaylor Blau <me@ttaylorr.com>2024-10-17 16:14:56 -0400
commitf1eea0b620b07a51d5455558c807713ef0ba7609 (patch)
tree086d6e5f7fde54f88b6f25bd7522859db6ddc969 /t/t1016-compatObjectFormat.sh
parent15030f9556f545b167b1879b877a5d780252dc16 (diff)
downloadgit-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-xt/t1016-compatObjectFormat.sh2
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" &&