Skip to content

Commit 8ca95d7

Browse files
dennisfriedrichsentonyhutter
authored andcommitted
Fix typo in tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg
Reviewed-by: Rob N <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Dennis R. Friedrichsen <[email protected]> Closes openzfs#15417
1 parent edebca5 commit 8ca95d7

File tree

1 file changed

+2
-2
lines changed
  • tests/zfs-tests/tests/functional/cli_user/misc

1 file changed

+2
-2
lines changed

tests/zfs-tests/tests/functional/cli_user/misc/misc.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#
3030

3131
if is_linux; then
32-
# these are the set of setable ZFS properties
32+
# these are the set of settable ZFS properties
3333
PROP_NAMES="\
3434
acltype atime \
3535
checksum compression devices \
@@ -81,7 +81,7 @@ elif is_freebsd; then
8181
hidden"
8282

8383
else
84-
# these are the set of setable ZFS properties
84+
# these are the set of settable ZFS properties
8585
PROP_NAMES="\
8686
aclinherit aclmode atime \
8787
checksum compression devices \

0 commit comments

Comments
 (0)