summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index e3ab77995..a7d179c80 100644
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ Zsh is a shell with lots of features. For a list of these, see the
file Etc/FEATURES, and for the latest changes see Etc/NEWS. For more
details, see the documentation.
-Possibile incompatibilities
+Possible incompatibilities
---------------------------
If you have been using recent versions of zsh 3.1, the following changes in
@@ -95,7 +95,7 @@ script about its usage. The files created by this script can be used
by example function run-help located in the subdirectory Functions/Misc to
show information about zsh builtins and run `man' on external commands.
For this the shell variable HELPDIR should point to a directory containing
-the fileles generated by the helpfiles script. run-help should be
+the files generated by the helpfiles script. run-help should be
unaliased before loading the run-help function. After that this function
will be executed by the run-help ZLE function which is by default bound
to ESC-h in emacs mode.