aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/bind.txt
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-08-02 03:35:24 +1000
committerGravatar axel <axel@liljencrantz.se>2007-08-02 03:35:24 +1000
commitdf55e89bbb5bb382bd13ab8f1a503636e52e3568 (patch)
tree8badc157cf753d353fbacd8e6f91e35c0369a58a /doc_src/bind.txt
parent91de143003c17571f028a06db23086758b16697f (diff)
Spelling fixes from Chris Rebert
darcs-hash:20070801173524-ac50b-760d9ddf0e68aa24cd570b542824a7f2b3248ff5.gz
Diffstat (limited to 'doc_src/bind.txt')
-rw-r--r--doc_src/bind.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/bind.txt b/doc_src/bind.txt
index dc2eebf6..13f22f38 100644
--- a/doc_src/bind.txt
+++ b/doc_src/bind.txt
@@ -6,7 +6,7 @@
The <tt>bind</tt> builtin causes fish to add the readline style bindings specified by BINDINGS to the list of key bindings, as if they appeared in your <tt>~/.fish_inputrc</tt> file.
For more information on the syntax keyboard bindings, use <tt>man
-readline</tt> to access the readline documentation. The availiable commands
+readline</tt> to access the readline documentation. The available commands
are listed in the <a href="index.html#editor">Command Line Editor</a> section
of the fish manual - but you may also use any fish command! To write such
commands, see the <a href="#commandline">commandline</a> builtin. It's good