From ecd079c32272783144d881647f81eea8cce39386 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 23 May 2019 08:51:19 -0400 Subject: tests: Fix a typo --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 9e2f830..15e341d 100755 --- a/tests.sh +++ b/tests.sh @@ -1175,7 +1175,7 @@ function test_L_notdir() { } function test_L_loops() { - # POSIX says it's okay to either stop of keep going on seeing a filesystem + # POSIX says it's okay to either stop or keep going on seeing a filesystem # loop, as long as a diagnostic is printed local errors="$(invoke_bfs -L loops 2>&1 >/dev/null)" [ -n "$errors" ] -- cgit v1.2.3