diff options
author | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-22 01:04:36 +0000 |
---|---|---|
committer | Doug Kearns <dkearns@users.sourceforge.net> | 2010-06-22 01:04:36 +0000 |
commit | dd9176797997d090073f74b878f82a81827da47d (patch) | |
tree | 5b0e32349317405e404c4719b083aebb017a8548 | |
parent | 9b0e0f348aa9bbee5c49fee4aaa94cac7877586a (diff) | |
download | zsh-dd9176797997d090073f74b878f82a81827da47d.tar.gz zsh-dd9176797997d090073f74b878f82a81827da47d.tar.xz zsh-dd9176797997d090073f74b878f82a81827da47d.zip |
unposted: fix typos in INSTALL and README
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | README | 6 |
3 files changed, 7 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog index 43e3b7184..6a7aba635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-06-22 Doug Kearns <dougkearns@gmail.com> + * unposted: INSTALL, README: fix typos. + * 28051: Completion/Unix/Command/_elinks: update for version 0.12pre5. 2010-06-17 Frank Terbeck <ft@bewatermyfriend.org> @@ -13315,5 +13317,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5010 $ +* $Revision: 1.5011 $ ***************************************************** diff --git a/INSTALL b/INSTALL index a5f1d5b6e..9829ea370 100644 --- a/INSTALL +++ b/INSTALL @@ -407,7 +407,7 @@ Startup/shutdown files ---------------------- Zsh has several startup/shutdown files which are in /etc by default. This -can be overriden using one of the options below when invoking "configure". +can be overridden using one of the options below when invoking "configure". --enable-etcdir=directory # default directory for global zsh scripts --enable-zshenv=pathname # the full pathname of the global zshenv script diff --git a/README b/README index 9f5195bea..7a7860e41 100644 --- a/README +++ b/README @@ -235,9 +235,9 @@ There are a number of documents about zsh in this distribution: Doc/Zsh/*.yo The master source for the zsh documentation is written in yodl. Yodl is a document language written by Karel Kubat. - It is not required by zsh but but it is a nice program so - you might want to get it anyway, especially if you are a - zsh developer. It can be downloaded from + It is not required by zsh but it is a nice program so you + might want to get it anyway, especially if you are a zsh + developer. It can be downloaded from ftp://yodl.sourceforge.net/ Doc/zsh*.1 Man pages in nroff format. These will be installed |