Skip to content

Commit f7f8a94

Browse files
committed
Fixing spelling mistake
1 parent 558a044 commit f7f8a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/run-gnu-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if [[ "$1" == "run-tty" ]]; then
5959
shift
6060
TTY_TESTS=$(grep -r "require_controlling_input_terminal" tests --include="*.sh" --include="*.pl" -l 2>/dev/null)
6161
echo "Running TTY tests individually:"
62-
# If a test fails, it can break the implementation of the other tty tests. By running them seperately this stops the different tests from being able to break each other
62+
# If a test fails, it can break the implementation of the other tty tests. By running them separately this stops the different tests from being able to break each other
6363
for test in $TTY_TESTS; do
6464
echo " Running: $test"
6565
script -qec "timeout -sKILL 5m '${MAKE}' check TESTS='$test' SUBDIRS=. RUN_EXPENSIVE_TESTS=yes VERBOSE=no gl_public_submodule_commit='' srcdir='${path_GNU}'" /dev/null || :

0 commit comments

Comments
 (0)