Fix typo in tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg

Reviewed-by: Rob N <robn@despairlabs.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Dennis R. Friedrichsen <dennis.r.friedrichsen@gmail.com>
Closes #15417
This commit is contained in:
dennisfriedrichsen 2023-10-20 13:52:13 -05:00 committed by GitHub
parent b9384b9498
commit 0d6cec418e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 \