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 <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Dennis R. Friedrichsen <[email protected]>
Closes openzfs#15417
  • Loading branch information
dennisfriedrichsen authored and tonyhutter committed Nov 7, 2023
1 parent edebca5 commit 8ca95d7
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 8ca95d7

Please sign in to comment.