git: 38dac71d0a95 - main - Fix typo
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Sep 28 18:28:20 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=38dac71d0a95ab2cf2cdfa1232cc556008b7ac94
commit 38dac71d0a95ab2cf2cdfa1232cc556008b7ac94
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-09-28 18:28:01 +0000
Commit: Li-Wen Hsu <lwhsu at 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"
More information about the dev-commits-src-main
mailing list