From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20683 invoked from network); 7 Sep 1999 17:11:07 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 7 Sep 1999 17:11:07 -0000 Received: (qmail 14034 invoked by alias); 7 Sep 1999 17:11:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 7697 Received: (qmail 14026 invoked from network); 7 Sep 1999 17:11:00 -0000 From: "Bart Schaefer" Message-Id: <990907171055.ZM32219@candle.brasslantern.com> Date: Tue, 7 Sep 1999 17:10:55 +0000 X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: PATCH: Typo in comment that has bugged me for ages MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii I've been meaning to send this patch in for a ridiculously long time and just keep forgetting, because it only shows up as a diff when I'm merging a release into my CVS repository. Index: Src/subst.c =================================================================== @@ -242,7 +242,7 @@ } /* Perform substitution on a single word. Unlike with singsub, the * - * result can have more than one words. A single word result is sroted * + * result can have more than one words. A single word result is stored * * in *s and *isarr is set to zero; otherwise *isarr is set to 1 and * * the result is stored in *a. If `a' is zero a multiple word result is * * joined using sep or the IFS parameter if sep is zero and the result * -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com