diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-08 13:06:44 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-01-08 13:06:44 +0000 |
commit | 0d8a5d46371eb445d0eab5104462c077bcf18a76 (patch) | |
tree | 6a600d23661d9803ad721fde18f69f15dae3b004 | |
parent | caea0dbeac5fe815e42c9b46cf72cca3ddc64e85 (diff) | |
download | zsh-0d8a5d46371eb445d0eab5104462c077bcf18a76.tar.gz zsh-0d8a5d46371eb445d0eab5104462c077bcf18a76.tar.xz zsh-0d8a5d46371eb445d0eab5104462c077bcf18a76.zip |
Fix typo in last commit
-rw-r--r-- | Etc/zsh-development-guide | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 0e9abb591..4797f0d02 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -19,7 +19,7 @@ To develop (as opposed to just build) zsh, you'll need a few specialised tools: * GNU autoconf, version 2.50 or later. This version contained - significant enhancements and arlier versions will no + significant enhancements and earlier versions will no longer work. * GNU m4. (Required by autoconf.) |