Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
  • Loading branch information
Gelma committed Aug 29, 2019
1 parent d239547 commit 11ecb96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/zfs-tests/tests/functional/trim/trim.kshlib
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
. $STF_SUITE/tests/functional/cli_root/zpool_trim/zpool_trim.kshlib

#
# Get the actual on disk for the provided file.
# Get the actual size on disk for the provided file.
#
function get_size_mb
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

#
# DESCRIPTION:
# Check userquota and groupquota be overwritten at same time
# Check userquota and groupquota be overwritten at the same time
#
#
# STRATEGY:
Expand Down
4 changes: 2 additions & 2 deletions tests/zfs-tests/tests/functional/xattr/xattr_003_neg.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
# should fail.
#
# STRATEGY:
# 1. Create a file, and set a with an xattr
# 2. Set the octal file permissions to 000 on the file.
# 1. Create a file with an xattr
# 2. Set the octal file permissions to 000 on the file
# 3. Check that we're unable to read the xattr as a non-root user
# 4. Check that we're unable to write an xattr as a non-root user
#
Expand Down

0 comments on commit 11ecb96

Please sign in to comment.