Skip to content

Commit a9942e1

Browse files
0xAXgitster
authored andcommitted
t/lib-terminal.sh: fix typo
Signed-off-by: Alexander Kuleshov <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25143a5 commit a9942e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)