summaryrefslogtreecommitdiff
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
parent9064483b6c73286cd892acd5d30366db14a77371 (diff)
downloadzsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.tar.gz
zsh-8bf72dd65b00ffd223d0705c8fde952ff129eafa.zip
36729: fix some typos in distro docs
-rw-r--r--ChangeLog2
-rw-r--r--MACHINES4
-rw-r--r--NEWS6
-rw-r--r--README4
4 files changed, 9 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 80edc8fdf..4a9d1cebc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-10-01 Peter Stephenson <p.stephenson@samsung.com>
+ * Andrew Janke: 36729: MACHINES, NEWS, README: fix some typos.
+
* 36722: Completion/Unix/Command/_git: allow range to complete
after ^, taking acoount of backslash quoting.
diff --git a/MACHINES b/MACHINES
index ddbf69ac6..73f80c7d1 100644
--- a/MACHINES
+++ b/MACHINES
@@ -162,8 +162,8 @@ Other machines
Zsh has previously been compiled on the following machines, but the
developers do not have direct access to them and the reports may be out
-of date. Some of these OS's are now very long in the tooth. We would
-be glad to receive any reports of success or failure on these OS's ---
+of date. Some of these OSes are now very long in the tooth. We would
+be glad to receive any reports of success or failure on these OSes ---
and, of course, any others not mentioned in this file.
Apple/NeXT OpenStep 4.2 for i386.
diff --git a/NEWS b/NEWS
index 7b2994b6b..bc14a8beb 100644
--- a/NEWS
+++ b/NEWS
@@ -47,7 +47,7 @@ and an array "array" containing the words "several"
- Improved (though still not perfect) POSIX compatibility for getopts
builtin when POSIX_BUILTINS is set.
-- New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behavior.
+- New setopt APPEND_CREATE for POSIX-compatible NO_CLOBBER behaviour.
- Completion of date values now displays in a calendar format when
the complist module is available. Controllable by zstyle.
@@ -929,7 +929,7 @@ Parameter and expansion changes:
- expansion of ~ and other globbing flags via ${~param} do not depend
upon EXTENDED_GLOB (bug fix).
- nested parameter substitutions require braces (this was always the
- documented behavior, but previous parsers didn't enforce it).
+ documented behaviour, but previous parsers didn't enforce it).
- quote only nested expansion, e.g. ${(f)"$(<file)"} reads complete
`file', then splits lines into array.
@@ -954,7 +954,7 @@ Other changes:
Debugging enhancements:
- LINENO is now very much more useful in scripts and functions and is
reported correctly in most error messages.
- - ERREXIT behavior is now consistent with newer Bourne-like shells,
+ - ERREXIT behaviour is now consistent with newer Bourne-like shells,
e.g. with respect to `if' tests that fail.
Configuration changes:
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,