Fix typos in tests/

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9250
This commit is contained in:
Andrea Gelmini
2019-09-03 03:14:53 +02:00
committed by Brian Behlendorf
parent cb14aa4ca9
commit c6e457dffb
14 changed files with 24 additions and 24 deletions
@@ -34,7 +34,7 @@
#
# Get the given file/directory access mode
#
# $1 object -- file or directroy
# $1 object -- file or directory
#
function get_mode #<obj>
{
@@ -49,7 +49,7 @@ function get_mode #<obj>
#
# Get the given file/directory ACL
#
# $1 object -- file or directroy
# $1 object -- file or directory
#
function get_acl #<obj>
{
@@ -64,7 +64,7 @@ function get_acl #<obj>
#
# Get the given file/directory ACL
#
# $1 object -- file or directroy
# $1 object -- file or directory
#
function get_compact_acl #<obj>
{
@@ -243,12 +243,12 @@ function usr_exec #<commands> [...]
#
# Count how many ACEs for the specified file or directory.
#
# $1 file or directroy name
# $1 file or directory name
#
function count_ACE #<file or dir name>
{
if [[ ! -e $1 ]]; then
log_note "Need input file or directroy name."
log_note "Need input file or directory name."
return 1
fi
@@ -399,7 +399,7 @@ function rwx_node #user node acl_spec|access
#
# Get the given file/directory xattr
#
# $1 object -- file or directroy
# $1 object -- file or directory
#
function get_xattr #<obj>
{