summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrea Gelmini <[email protected]>2019-09-03 03:17:39 +0200
committerBrian Behlendorf <[email protected]>2019-09-02 18:17:39 -0700
commita57c82fc50bced77b7f409595130091360533012 (patch)
tree693148ff4e0173d6a22b881d6f913d003c08eae4 /scripts
parentc6e457dffb24bdc3efaea73b99480d2cf6567128 (diff)
Fix typos
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 #9251
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/kmodtool6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/kmodtool b/scripts/kmodtool
index a632dd046..a05b0078b 100755
--- a/scripts/kmodtool
+++ b/scripts/kmodtool
@@ -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