summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorAndrew Janke <floss@apjanke.net>2015-09-30 21:14:05 -0400
committerPeter Stephenson <pws@zsh.org>2015-10-01 09:49:44 +0100
commit8bf72dd65b00ffd223d0705c8fde952ff129eafa (patch)
treec261a280abc3365c7e1cee9d3e72f13f70a786aa /README
parent9064483b6c73286cd892acd5d30366db14a77371 (diff)
downloadzsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.tar.gz
zsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.tar.xz
zsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.zip
36729: fix some typos in distro docs
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4b840b5c9..957152114 100644
--- a/README
+++ b/README
@@ -48,7 +48,7 @@ As noted in NEWS, the builtins declare, export, float, integer, local,
 readonly and typeset now have corresponding reserved words that provide
 true assignment semantics instead of an approximation by means of normal
 command line arguments.  It is hoped that this additional consistency
-provides a more natural interface.  However, compatbility with older
+provides a more natural interface.  However, compatibility with older
 versions of zsh can be obtained by turning off the reserved word
 interface, exposing the builtin interface:
 
@@ -392,7 +392,7 @@ Doc/Zsh/*.yo	The master source for the zsh documentation is written in
 		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/
+		https://fbb-git.github.io/yodl/
 
 Doc/zsh*.1	Man pages in nroff format.  These will be installed
 		by "make install.man" or "make install".  By default,