Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Sep 2021 18:28:20 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 38dac71d0a95 - main - Fix typo
Message-ID:  <202109281828.18SISKLj056425@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu:

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

commit 38dac71d0a95ab2cf2cdfa1232cc556008b7ac94
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2021-09-28 18:28:01 +0000
Commit:     Li-Wen Hsu <lwhsu@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109281828.18SISKLj056425>