Skip to content

Commit

Permalink
Fix typo in tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg
Browse files Browse the repository at this point in the history
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 openzfs#15417
  • Loading branch information
dennisfriedrichsen authored and lundman committed Dec 11, 2023
1 parent 27f9d66 commit 41a4e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down

0 comments on commit 41a4e1e

Please sign in to comment.