aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/modprobe.fish
diff options
context:
space:
mode:
authorGravatar Josef Gajdusek <atx@atx.name>2016-03-27 23:00:19 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2016-03-28 14:38:19 +0200
commit6663c73eb0f1eedf5290bf07398d6dbe30eaaf73 (patch)
treee851f3622ea55d6d6cef49eb96e570374ce6538e /share/completions/modprobe.fish
parentbb5608e920043070498a16bec30fb4d3cebfd0db (diff)
Fix typos: ingnore->ignore
Diffstat (limited to 'share/completions/modprobe.fish')
-rw-r--r--share/completions/modprobe.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/completions/modprobe.fish b/share/completions/modprobe.fish
index 540fa5a2..14133ad5 100644
--- a/share/completions/modprobe.fish
+++ b/share/completions/modprobe.fish
@@ -7,8 +7,8 @@ complete -c modprobe -s v -l verbose --description "Print messages about what th
complete -c modprobe -s C -l config --description "Configuration file" -r
complete -c modprobe -s c -l showconfig --description "Dump configuration file"
complete -c modprobe -s n -l dry-run --description "Do not actually insert/remove module"
-complete -c modprobe -s i -l ingnore-install --description "Ignore install and remove commands in configuration file"
-complete -c modprobe -l ingnore-remove --description "Ignore install and remove commands in configuration file"
+complete -c modprobe -s i -l ignore-install --description "Ignore install and remove commands in configuration file"
+complete -c modprobe -l ignore-remove --description "Ignore install and remove commands in configuration file"
complete -c modprobe -s q -l quiet --description "Ignore bogus module names"
complete -c modprobe -s r -l remove --description "Remove modules"
complete -c modprobe -s V -l version --description "Display version and exit"