From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 6F4383858D35 for ; Mon, 22 May 2023 21:24:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6F4383858D35 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.00,184,1681200000"; d="scan'208";a="6905620" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 22 May 2023 13:24:09 -0800 IronPort-SDR: hHtAGbe4vk6SejCIeUtanbUqke6vx6h33y1AgbjCnh48ZLM4jQcwRU7idJ3s8MSResTT++ayxg XEDpSsIaYVnTlMGXoJaLpyUix7CtV8/TE1lhvmtMj4LcS/N2u7B8V+M271Bo4GZ4SX8dzXCL8E rwHbMlKGnSksrQxzaussyqwZD3k75+goRyLf/CPUHUAJROiJuYV05RL6w1xQx4tIp5A5vRArcG cTR2PFoIrMFq9U2sOnxULBoFBIKsw1MOa9qAqx4SeqqRu888biw/w/jR91SI5UtYdSQLYkWF+P hLA= Date: Mon, 22 May 2023 21:24:05 +0000 From: Joseph Myers To: Paul Pluzhnikov CC: , Noah Goldstein Subject: Re: [PATCH] Fix all the misspellings -- BZ 25337 In-Reply-To: <20230521212309.2673422-1-ppluzhnikov@google.com> Message-ID: References: <20230521212309.2673422-1-ppluzhnikov@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3106.3 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Sun, 21 May 2023, Paul Pluzhnikov via Libc-alpha wrote: > timezone/africa | 2 +- > timezone/antarctica | 2 +- > timezone/asia | 2 +- > timezone/australasia | 6 +-- > timezone/europe | 8 +-- > timezone/southamerica | 4 +- Making local changes to these files (test inputs from an old upstream version of tzdata) is questionable. In general, check against https://sourceware.org/glibc/wiki/SharedSourceFiles and https://sourceware.org/glibc/wiki/Regeneration for files that are either taken verbatim from upstream sources or are generated files. -- Joseph S. Myers joseph@codesourcery.com