Skip to content

Commit a9942e1

Browse files
0xAXgitster
authored andcommitted
t/lib-terminal.sh: fix typo
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 25143a5 commit a9942e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/lib-terminal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Helpers for terminal output tests.
22

33
# Catch tests which should depend on TTY but forgot to. There's no need
4-
# to aditionally check that the TTY prereq is set here. If the test declared
4+
# to additionally check that the TTY prereq is set here. If the test declared
55
# it and we are running the test, then it must have been set.
66
test_terminal () {
77
if ! test_declared_prereq TTY

0 commit comments

Comments
 (0)