zsh-workers
 help / color / mirror / code / Atom feed
From: Andrew Janke <floss@apjanke.net>
To: Peter Stephenson <p.stephenson@samsung.com>,
	Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: [PATCH] minor doco spelling fixes
Date: Wed, 30 Sep 2015 21:14:05 -0400	[thread overview]
Message-ID: <560C88DD.4040407@apjanke.net> (raw)
In-Reply-To: <20150930144338.1334ef4b@pwslap01u.europe.root.pri>

[-- Attachment #1: Type: text/plain, Size: 1066 bytes --]


On 9/30/15 9:43 AM, Peter Stephenson wrote:
> On Wed, 30 Sep 2015 14:25:24 +0100
> Peter Stephenson <p.stephenson@samsung.com> wrote:
>> On Wed, 30 Sep 2015 07:56:14 -0400
>> Andrew Janke <floss@apjanke.net> wrote:
>>> Found a couple typos etc in the doco; here's a suggested fix.
>> This seems to have got wrapped badly.  Send it as an attachment if
>> necessary.
> Actually, not sure it's wrapping, looking at it, but something funny
> about whitespace is preventing it applying...
>
> pws
Here it is as an attachment. This file applies cleanly to the head of 
the zsh repo for me.

[~/local/opp/zsh/zsh-02 on ⇄ master ±]
$ git remote -v
origin    git@github.com:zsh-users/zsh.git (fetch)
origin    git@github.com:zsh-users/zsh.git (push)
[~/local/opp/zsh/zsh-02 on ⇄ master]
$ patch -p1 <../zsh-typos-20150929.patch
patching file MACHINES
patching file NEWS
patching file README
[~/local/opp/zsh/zsh-02 on ⇄ master ±]
$ echo $?
0

Formatting must have been messed up by my mail client (Thunderbird on OS 
X). Sorry for the inconvenience.

Cheers,
Andrew

[-- Attachment #2: zsh-typos-20150929.patch --]
[-- Type: text/plain, Size: 3154 bytes --]

diff --git a/MACHINES b/MACHINES
index ddbf69a..73f80c7 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 7b2994b..bc14a8b 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 4b840b5..9571521 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,

  reply	other threads:[~2015-10-01  1:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-30 11:56 Andrew Janke
2015-09-30 13:25 ` Peter Stephenson
2015-09-30 13:43   ` Peter Stephenson
2015-10-01  1:14     ` Andrew Janke [this message]
2015-10-01  8:50       ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=560C88DD.4040407@apjanke.net \
    --to=floss@apjanke.net \
    --cc=p.stephenson@samsung.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).