From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4355 invoked from network); 12 Oct 2008 09:23:40 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=AWL autolearn=unavailable version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 12 Oct 2008 09:23:40 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 73244 invoked from network); 12 Oct 2008 09:23:32 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 12 Oct 2008 09:23:32 -0000 Received: (qmail 15096 invoked by alias); 12 Oct 2008 09:23:19 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25855 Received: (qmail 15073 invoked from network); 12 Oct 2008 09:23:14 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 12 Oct 2008 09:23:14 -0000 Received: from smtp.bredband2.net (mail.bredband2.net [82.209.166.4]) by bifrost.dotsrc.org (Postfix) with ESMTP id F379D80524C0 for ; Sun, 12 Oct 2008 11:23:10 +0200 (CEST) Received: (qmail 8202 invoked from network); 12 Oct 2008 09:25:10 -0000 Received: from lkf-194-200-233-83.3.cust.bredband2.com (HELO mika.l3ib.org) ([83.233.200.194]) (envelope-sender ) by smtp.bredband2.net (qmail-ldap-1.03) with SMTP for ; 12 Oct 2008 09:25:10 -0000 Date: Sun, 12 Oct 2008 11:23:09 +0200 (CEST) From: Mikael Magnusson To: zsh workers Subject: [PATCH 1/2] Fix typos in development guide. Message-ID: User-Agent: Alpine 2.00 (LNX ) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: ClamAV 0.92.1/8414/Sun Oct 12 05:30:50 2008 on bifrost X-Virus-Status: Clean --- Etc/zsh-development-guide | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide index 77f0650..4c3f522 100644 --- a/Etc/zsh-development-guide +++ b/Etc/zsh-development-guide @@ -225,7 +225,7 @@ features. Ensure you are familiar with the description of features under containing a list of all the features. It should then return zero. It may return one to indicate features are not supported, but this is not recommended. The function featuresarray conveniently interrogates -the module's feature strctures for all standard features; space +the module's feature structures for all standard features; space is left for abstract features at the end of the array and the names must be added by the module. Note that heap memory should be used for this (zhalloc, etc.) as memory for the features array is not @@ -258,7 +258,7 @@ particular they can be called before or after `boot_'. The function named `boot_' should register function wrappers, hooks and anything that will be visible to the user that is not handled by features_ and enables_ (so features should not be turned on here). It will be called -after the `setup_'-function, and also after the intial set of features +after the `setup_'-function, and also after the initial set of features have been set by calls to `features_' and `enables_'. The function named `cleanup_', is called when the user tries to unload @@ -535,7 +535,7 @@ the `deleteparamdefs()' function described below. It is also possible to declare special parameters using the macro SPECIALPMDEF(). More care is required in this case. -See, for example, many of the definitios in Src/Modules/parameter.c. +See, for example, many of the definitions in Src/Modules/parameter.c. Math functions -------------- @@ -789,7 +789,7 @@ Documentation Saying `plugh' aloud doesn't have much effect, however. In this case, "zsh" is normal text (a name), "advent" is a command name - ocurring in the main text, "plugh" is a normal word that is being quoted + occurring in the main text, "plugh" is a normal word that is being quoted (it's the user that says `plugh', not the documentation), and "xyzzy" is some text to be typed literally that is being quoted. -- 1.6.0.2.GIT -- Mikael Magnusson