Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 5.0.0 released, finally



On Tue, Jul 24, 2012 at 05:59:53PM +0200, Simon Ruderich wrote:
>
> I updated the website for 5.0.0 [1]. The commits are in the
> public web repository [2] (199c59f..7e0689e; tag zsh-5.0.0). If
> you find any problems/mistakes please inform me.
>
> [snip]

I noticed two typos in NEWS, the following patch fixes them:

diff --git a/NEWS b/NEWS
index 23097b6..68a9935 100644
--- a/NEWS
+++ b/NEWS
@@ -29,7 +29,7 @@ Here is a summary of the most significant changes:
 - The zshroadmap manual page provides a slightly more helpful
   introduction to the shell manual than was previously available.
 
-- There have been some notable enhancements to POSIX comptability
+- There have been some notable enhancements to POSIX compatibility
   when the shell is in a corresponding emulation (e.g. "emulate sh").
 
 Expansion (parameters, globbing, etc.) and redirection
@@ -78,7 +78,7 @@ Expansion (parameters, globbing, etc.) and redirection
   calculated by the (l) and (r) flags or the # operator should take
   account of the printing width of characters in multibyte mode, whether
   0, 1 or more.  (mm) causes printing characters to count as 1 and
-  non-printing chracters to count as 0.
+  non-printing characters to count as 0.
 
 - The parameter substitution flag (q-) picks the most minimal way of
   quoting the parameter words, to make the result as readable as possible.

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: pgp2eODOLN3DA.pgp
Description: PGP signature



Messages sorted by: Reverse Date, Date, Thread, Author