mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix spelling
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Haakan T Johansson <f96hajo@chalmers.se> Closes #5547 Closes #5543
This commit is contained in:
@@ -567,8 +567,8 @@ udev_trigger() {
|
||||
udev_setup() {
|
||||
local SRC_PATH=$1
|
||||
|
||||
# When running in tree manually contruct symlinks in tree to
|
||||
# the proper devices. Symlinks are installed for all entires
|
||||
# When running in tree manually construct symlinks in tree to
|
||||
# the proper devices. Symlinks are installed for all entries
|
||||
# in the config file regardless of if that device actually
|
||||
# exists. When installed as a package udev can be relied on for
|
||||
# this and it will only create links for devices which exist.
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@ my $usage =
|
||||
-C don't check anything in header block comments
|
||||
-P check for use of non-POSIX types
|
||||
-o constructs
|
||||
allow a comma-seperated list of optional constructs:
|
||||
allow a comma-separated list of optional constructs:
|
||||
doxygen allow doxygen-style block comments (/** /*!)
|
||||
splint allow splint-style lint comments (/*@ ... @*/)
|
||||
";
|
||||
|
||||
@@ -42,7 +42,7 @@ DESCRIPTION:
|
||||
OPTIONS:
|
||||
-d Dry run
|
||||
-h Show this message
|
||||
-i Install the helper utilties
|
||||
-i Install the helper utilities
|
||||
-r Remove the helper utilities
|
||||
-v Verbose
|
||||
|
||||
|
||||
+1
-1
@@ -273,7 +273,7 @@ if [ ! -d $IMAGES_DIR ]; then
|
||||
fi
|
||||
|
||||
# Given the available images in the zfs-images directory substitute the
|
||||
# list of available images for the reserved keywork 'all'.
|
||||
# list of available images for the reserved keyword 'all'.
|
||||
for TAG in $POOL_TAGS; do
|
||||
|
||||
if [ "$TAG" = "all" ]; then
|
||||
|
||||
@@ -91,7 +91,7 @@ check_pid() {
|
||||
}
|
||||
|
||||
# NOTE: This whole process is crazy slow but it will do for now
|
||||
aquire_pids() {
|
||||
acquire_pids() {
|
||||
echo "--- Aquiring ZFS pids ---"
|
||||
|
||||
for PID in `ls /proc/ | grep [0-9] | sort -n -u`; do
|
||||
@@ -218,7 +218,7 @@ log_pids() {
|
||||
done
|
||||
}
|
||||
|
||||
aquire_pids
|
||||
acquire_pids
|
||||
log_pids
|
||||
|
||||
# rm ${PROFILE_PID}
|
||||
|
||||
Reference in New Issue
Block a user