]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
common: fix a spelling error in _require_zoned_device
authorChristoph Hellwig <hch@lst.de>
Tue, 4 Feb 2025 13:46:12 +0000 (14:46 +0100)
committerZorro Lang <zlang@kernel.org>
Mon, 10 Feb 2025 15:54:37 +0000 (23:54 +0800)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
common/rc

index 4658e3b8be747f4f0e19f950f76ac6b3ecfec8d0..6840bb1dfa1001386d98d50133585f11b9571a41 100644 (file)
--- a/common/rc
+++ b/common/rc
@@ -2473,7 +2473,7 @@ _require_zoned_device()
 
        local type=`_zone_type ${target}`
        if [ "${type}" = "none" ]; then
-               _notrun "this test require zoned block device"
+               _notrun "this test requires a zoned block device"
        fi
 }