aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/bind.fish
diff options
context:
space:
mode:
authorGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:24:05 +0800
committerGravatar Cheer Xiao <xiaqqaix@gmail.com>2012-12-16 12:24:05 +0800
commit3d2b12e72a48b7bc8d67b1d1e685683eefbbbb5c (patch)
tree05e658dce5c9a28990815c1f48b55100a77be1a4 /share/completions/bind.fish
parent09b1eee5d02ff4d727e85f651e13fa0c18b93709 (diff)
Fix spelling of "available" in complete functions.
Diffstat (limited to 'share/completions/bind.fish')
-rw-r--r--share/completions/bind.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/completions/bind.fish b/share/completions/bind.fish
index cf3ca5bf..fbdd91c2 100644
--- a/share/completions/bind.fish
+++ b/share/completions/bind.fish
@@ -1,5 +1,5 @@
-complete -c bind -s a -l all --description 'Show unavaliable key bindings/erase all bindings'
+complete -c bind -s a -l all --description 'Show unavailable key bindings/erase all bindings'
complete -c bind -s e -l erase --description 'Erase mode'
complete -c bind -s f -l function-names --description 'Print names of available functions'
complete -c bind -s h -l help --description "Display help and exit"