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
Signed-off-by: Dennis R. Friedrichsen <[email protected]>
  • Loading branch information
dennisfriedrichsen committed Oct 18, 2023
1 parent c0e5899 commit dc7dcad
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 dc7dcad

Please sign in to comment.