aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-02-11 13:37:38 -0800
committerJunio C Hamano <gitster@pobox.com>2015-02-11 13:37:39 -0800
commit14f563031d21a26aa28a08f795c6d2c36580a7bf (patch)
tree3957166dfbb1f671c3027a356da52fc3dbf1d8ea /t
parent9874fca7122563e28d699a911404fc49d2a24f1c (diff)
parenta9942e108c9848ec5b69b6dddc59977d3f586aa9 (diff)
downloadgit-14f563031d21a26aa28a08f795c6d2c36580a7bf.tar.gz
git-14f563031d21a26aa28a08f795c6d2c36580a7bf.tar.xz
Merge branch 'ak/typofixes'
* ak/typofixes: t/lib-terminal.sh: fix typo pack-bitmap: fix typo
Diffstat (limited to 't')
-rw-r--r--t/lib-terminal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-terminal.sh b/t/lib-terminal.sh
index 51845491b..cd220e378 100644
--- a/t/lib-terminal.sh
+++ b/t/lib-terminal.sh
@@ -1,7 +1,7 @@
# Helpers for terminal output tests.
# Catch tests which should depend on TTY but forgot to. There's no need
-# to aditionally check that the TTY prereq is set here. If the test declared
+# to additionally check that the TTY prereq is set here. If the test declared
# it and we are running the test, then it must have been set.
test_terminal () {
if ! test_declared_prereq TTY