mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix typos
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 #9251
This commit is contained in:
committed by
Brian Behlendorf
parent
c6e457dffb
commit
a57c82fc50
+3
-3
@@ -397,7 +397,7 @@ print_rpmtemplate ()
|
||||
# and print it and some other required stuff as macro
|
||||
print_rpmtemplate_header
|
||||
|
||||
# now print the packages itselfs
|
||||
# now print the packages
|
||||
for kernel in ${kernel_versions_to_build_for} ; do
|
||||
|
||||
local kernel_verrelarch=${kernel%%${kernels_known_variants}}
|
||||
@@ -489,7 +489,7 @@ while [ "${1}" ] ; do
|
||||
--obsolete-name)
|
||||
shift
|
||||
if [[ ! "${1}" ]] ; then
|
||||
error_out 2 "Please provide the name of the kmod to obsolte together with --obsolete-name" >&2
|
||||
error_out 2 "Please provide the name of the kmod to obsolete together with --obsolete-name" >&2
|
||||
fi
|
||||
obsolete_name="${1}"
|
||||
shift
|
||||
@@ -497,7 +497,7 @@ while [ "${1}" ] ; do
|
||||
--obsolete-version)
|
||||
shift
|
||||
if [[ ! "${1}" ]] ; then
|
||||
error_out 2 "Please provide the version of the kmod to obsolte together with --obsolete-version" >&2
|
||||
error_out 2 "Please provide the version of the kmod to obsolete together with --obsolete-version" >&2
|
||||
fi
|
||||
obsolete_version="${1}"
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user