From 0d6cec418e10de077d5252e8bc5d1b0b490da54f Mon Sep 17 00:00:00 2001 From: dennisfriedrichsen <31087738+dennisfriedrichsen@users.noreply.github.com> Date: Fri, 20 Oct 2023 13:52:13 -0500 Subject: [PATCH] Fix typo in tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg Reviewed-by: Rob N Reviewed-by: Brian Behlendorf Signed-off-by: Dennis R. Friedrichsen Closes #15417 --- tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg b/tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg index e98b5e8b22..9c76a8780b 100644 --- a/tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg +++ b/tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg @@ -29,7 +29,7 @@ # if is_linux; then - # these are the set of setable ZFS properties + # these are the set of settable ZFS properties PROP_NAMES="\ acltype atime \ checksum compression devices \ @@ -81,7 +81,7 @@ elif is_freebsd; then hidden" else - # these are the set of setable ZFS properties + # these are the set of settable ZFS properties PROP_NAMES="\ aclinherit aclmode atime \ checksum compression devices \