From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sourceware.org (Postfix) with ESMTPS id C3F7C384B801 for ; Tue, 1 Jun 2021 07:23:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C3F7C384B801 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=inria.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Paul.Zimmermann@inria.fr IronPort-HdrOrdr: =?us-ascii?q?A9a23=3AOwphX62P249Qscfh0IY93gqjBMckLtp133Aq?= =?us-ascii?q?2lEZdPU7SKClfqyV8cjzqyWbtN95YhhJ8uxoU5PufZqzz/RI3bU=3D?= X-IronPort-AV: E=Sophos;i="5.83,239,1616454000"; d="scan'208";a="510964863" Received: from tomate.loria.fr (HELO tomate) ([152.81.10.51]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Jun 2021 09:23:11 +0200 Date: Tue, 01 Jun 2021 09:23:11 +0200 Message-Id: From: Paul Zimmermann To: Xeonacid Cc: libc-alpha@sourceware.org In-Reply-To: (message from Xeonacid via Libc-alpha on Tue, 1 Jun 2021 14:57:37 +0800) Subject: Re: [COMMITTED 1/1] malloc: fix typo "accomodate" should be "accommodate" References: X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 07:23:15 -0000 Hi Xeonacid, if you look for similar typos with "git grep accomodate", you will find another one in manual/summary.pl (excluding those in ChangeLog). Please can you fix both in the same time (this should not exceed the 15-line limit)? Best regards, Paul Zimmermann