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:
ka7
2017-01-03 18:31:18 +01:00
committed by Brian Behlendorf
parent a5e046eaac
commit 4e33ba4c38
132 changed files with 170 additions and 170 deletions
+2 -2
View File
@@ -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
View File
@@ -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 (/*@ ... @*/)
";
+1 -1
View File
@@ -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
View File
@@ -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
+2 -2
View File
@@ -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}