From: Christoph Hellwig Date: Tue, 4 Feb 2025 13:46:12 +0000 (+0100) Subject: common: fix a spelling error in _require_zoned_device X-Git-Tag: v2025.02.16~13 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=47a2cc4e81ec066783affeb7f9ebf12d59494d03;p=xfstests-dev.git common: fix a spelling error in _require_zoned_device Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- diff --git a/common/rc b/common/rc index 4658e3b8..6840bb1d 100644 --- 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 }