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

Re: Bug#463614: 'man zshmisc' typo: "preceeding"



On Thu, Jan 31, 2008 at 10:22:00PM -0500, A. Costa wrote:
> Found a typo in '/usr/share/man/man1/zshmisc.1.gz', see attached '.diff'.
> 
> Hope this helps...

> --- zshmisc.1	2008-01-29 10:24:59.000000000 -0500
> +++ /tmp/zshmisc.1	2008-01-31 06:19:55.000000000 -0500
> @@ -250,7 +250,7 @@
>  .RS
>  .PP
>  Optional newlines or semicolons may appear after the \fBalways\fP;
> -note, however, that they may \fInot\fP appear between the preceeding
> +note, however, that they may \fInot\fP appear between the preceding
>  closing brace and the \fBalways\fP\&.
>  .PP
>  An `error\&' in this context is a condition such as a syntax error which

Index: Doc/Zsh/grammar.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/grammar.yo,v
retrieving revision 1.13
diff -u -r1.13 grammar.yo
--- Doc/Zsh/grammar.yo	8 May 2007 10:02:59 -0000	1.13
+++ Doc/Zsh/grammar.yo	1 Feb 2008 19:30:56 -0000
@@ -284,7 +284,7 @@
 chunks of code are referred to as the `try block' and the `always block'.
 
 Optional newlines or semicolons may appear after the tt(always);
-note, however, that they may em(not) appear between the preceeding
+note, however, that they may em(not) appear between the preceding
 closing brace and the tt(always).
 
 An `error' in this context is a condition such as a syntax error which



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