From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125475 invoked by alias); 5 Feb 2020 06:48:51 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 125404 invoked by uid 89); 5 Feb 2020 06:48:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-21.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=merchant, keith, HContent-Transfer-Encoding:8bit X-HELO: elaine.keithp.com Received: from home.keithp.com (HELO elaine.keithp.com) (63.227.221.253) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 05 Feb 2020 06:48:49 +0000 Received: from localhost (localhost [127.0.0.1]) by elaine.keithp.com (Postfix) with ESMTP id C2C133F2ABFB for ; Tue, 4 Feb 2020 22:48:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885327; bh=cJqElJ0ArMnF33WzoBtiYEuyg3g+vkbP8tkNQzr6udg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=taglJVef7Ul9ApXCRQLWDqDoWVGsVvrAYPzrPdGyFZX9ibNYYXNIF1uy0lLb7TWlD jj2uYS3a/6mEeluBdLUW9lIOfbxGzWt9oiyrm+m25e12+KoDAh7zg8Kl72KHAQoLvk vVXiCxj4nSvvHW70hBcpJilABOcgEskHRbwed4e64FTsnrgHfZeqmOedJfbGgiRDFq FNbO68X9GYW0yzqm9PgRduo8sJB95vv3rtSjEpiMmVN9xifsYo+TEvmSslZ/3YbD9J oqD9Gomg8lrcW893BKS4fnHtx2NaSuOzaMxhtj2OTu9a2SMvo+oPt1lNrv9bEh0/KK 4D3Sy3CFY0yyA== Received: from elaine.keithp.com ([127.0.0.1]) by localhost (elaine.keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id HOJTo-7gYhzw; Tue, 4 Feb 2020 22:48:47 -0800 (PST) Received: from keithp.com (koto.keithp.com [10.0.0.2]) by elaine.keithp.com (Postfix) with ESMTPSA id 9C81B3F2ABFC; Tue, 4 Feb 2020 22:48:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=keithp.com; s=mail; t=1580885326; bh=cJqElJ0ArMnF33WzoBtiYEuyg3g+vkbP8tkNQzr6udg=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Vy9sQBUTF++b+B7ToCRBqsIwOvdiksacu4Hx9TsVAZ9JHbj4oq40WGc24DFlHV3Mk /TqovpTAD/HXHhU5af0d5HgxfivOSQOtpHzzLQrpTFzBq8SnBbw5NxM3VGjeNepw7a gjjvpl5Od6tBzoMccj4xb5YHNca4jW8tZmeQMQzm8gKeLV6EhbZ751dssBVrhXLoPi XK0escM/GD4366iuwjTDAbakCo8iRVMmnd17LRaruRV5Ka8Pe+QguzRlXGmE72keKW Og7UUj7c9zuOv1VKA6dDjkQYxSXZh2rWzsPE4y3+Ma9xff1Bp3YA93vTE8wp9JhbhA UD2rjJTawzCSQ== Received: by keithp.com (Postfix, from userid 1000) id 68D6C1582198; Tue, 4 Feb 2020 22:48:46 -0800 (PST) From: Keith Packard To: newlib@sourceware.org Cc: Keith Packard Subject: [PATCH 02/27] Typo in license for newlib/libc/stdio/flags.c Date: Wed, 05 Feb 2020 06:48:00 -0000 Message-Id: <20200205064844.929131-3-keithp@keithp.com> In-Reply-To: <20200205064844.929131-1-keithp@keithp.com> References: <20200205064844.929131-1-keithp@keithp.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2020/txt/msg00045.txt Fix spelling: MERCHANT I BILITY -> MERCHANT A BILITY Signed-off-by: Keith Packard --- newlib/libc/stdio/flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/stdio/flags.c b/newlib/libc/stdio/flags.c index f0a94bcf5..7bbd50181 100644 --- a/newlib/libc/stdio/flags.c +++ b/newlib/libc/stdio/flags.c @@ -12,7 +12,7 @@ * from this software without specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. + * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ /* No user fns here. Pesch 15apr92 */ -- 2.25.0