From patchwork Fri Aug 10 22:02:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 28851 Received: (qmail 101512 invoked by alias); 10 Aug 2018 22:02:55 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 101496 invoked by uid 89); 10 Aug 2018 22:02:54 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-22.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, XPRIO autolearn=ham version=3.3.2 spammy=H*x:Mailer, H*UA:Mailer, destructive X-HELO: ano163.rev.netart.pl X-Spam-Score: 2.249 Date: Sat, 11 Aug 2018 00:02:49 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: GNU C Library Message-ID: <328121502.51744.1533938569472@poczta.nazwa.pl> Subject: [PATCH COMMITTED] ChangeLog: Fix an obvious typo. MIME-Version: 1.0 The change is trivial and obvious and definitely not destructive so I dared to push it without a review. The typo has been introduced in commit 08a5ee14c6fcd87caa4f6f5c442be2fc345211f0. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2ee6a12..64ebb9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -261,7 +261,7 @@ (INSTALL-SUPPORTED-LOCALE-FILES): Define. (install-locales): Depend on install-locale-archive. (install-locale-archive): Define. - (install-lcoale-files): Define. + (install-locale-files): Define. (build-one-locale): Define macro. * manual/install.texi (Running make install): Document. * manual/INSTALL: Regenerate.