Skip to content

Commit

Permalink
Fix typos in etc/
Browse files Browse the repository at this point in the history
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9236
  • Loading branch information
Gelma authored and behlendorf committed Aug 30, 2019
1 parent cd6b910 commit 0463c95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions etc/init.d/zfs-functions.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ elif type einfo > /dev/null 2>&1 ; then
# zfs_log_progress_msg() { echo -n "$1"; }
zfs_log_progress_msg() { echo -n; }
else
# Unknown - simple substitues.
# Unknown - simple substitutes.
zfs_log_begin_msg() { echo -n "$1"; }
zfs_log_end_msg() {
ret=$1
Expand Down Expand Up @@ -283,7 +283,7 @@ checksystem()
# Called with zfs=(off|no|0) - bail because we don't
# want anything import, mounted or shared.
# HOWEVER, only do this if we're called at the boot up
# (from init), not if we're running interactivly (as in
# (from init), not if we're running interactively (as in
# from the shell - we know what we're doing).
[ -n "$init" ] && exit 3
fi
Expand Down
4 changes: 2 additions & 2 deletions etc/init.d/zfs-import.in
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ do_import_all_visible()
already_imported=$(find_pools "$ZPOOL" list -H -oname)
available_pools=$(find_pools "$ZPOOL" import)

# Just in case - seen it happen (that a pool isn't visable/found
# Just in case - seen it happen (that a pool isn't visible/found
# with a simple "zpool import" but only when using the "-d"
# option or setting ZPOOL_IMPORT_PATH).
if [ -d "/dev/disk/by-id" ]
Expand Down Expand Up @@ -187,7 +187,7 @@ do_import_all_visible()
# Needs to be exported for "zpool" to catch it.
[ -n "$ZPOOL_IMPORT_PATH" ] && export ZPOOL_IMPORT_PATH

# Mount all availible pools (except those set in ZFS_POOL_EXCEPTIONS.
# Mount all available pools (except those set in ZFS_POOL_EXCEPTIONS.
#
# If not interactive (run from init - variable init='/sbin/init')
# we get ONE line for all pools being imported, with just a dot
Expand Down
2 changes: 1 addition & 1 deletion etc/zfs/vdev_id.conf.sas_direct.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ multipath no
topology sas_direct
phys_per_port 4

# Additionally create /dev/by-enclousure/ symlinks for enclosure devices
# Additionally create /dev/by-enclosure/ symlinks for enclosure devices
enclosure_symlinks yes

# PCI_ID HBA PORT CHANNEL NAME
Expand Down

0 comments on commit 0463c95

Please sign in to comment.