The branch main has been updated by lwhsu:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=38dac71d0a95ab2cf2cdfa1232cc556008b7ac94

commit 38dac71d0a95ab2cf2cdfa1232cc556008b7ac94
Author:     Li-Wen Hsu <lw...@freebsd.org>
AuthorDate: 2021-09-28 18:28:01 +0000
Commit:     Li-Wen Hsu <lw...@freebsd.org>
CommitDate: 2021-09-28 18:28:01 +0000

    Fix typo
    
    Reported by:    swills
    Sponsored by:   The FreeBSD Foundation
---
 tests/sys/geom/class/multipath/failloop.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/geom/class/multipath/failloop.sh 
b/tests/sys/geom/class/multipath/failloop.sh
index b089f0f53d11..632458e1f0b1 100755
--- a/tests/sys/geom/class/multipath/failloop.sh
+++ b/tests/sys/geom/class/multipath/failloop.sh
@@ -64,7 +64,7 @@ failloop_body()
        atf_check_equal 1 $dd_status
        # and triggered 1 or 2 path restores
        if [ ! -f restore_count ]; then
-               atf_fail "dtrace didn't execute succfully"
+               atf_fail "dtrace didn't execute successfully"
        fi
        if [ `cat restore_count` -gt 2 ]; then
                atf_fail "gmultipath restored paths too many times"
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to