From patchwork Tue Jun 23 02:55:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: chg: fix typo From: Manuel Jacob X-Patchwork-Id: 46547 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Tue, 23 Jun 2020 04:55:57 +0200 # HG changeset patch # User Manuel Jacob # Date 1592880927 -7200 # Tue Jun 23 04:55:27 2020 +0200 # Branch stable # Node ID bbb86dc9d00ea19611c71915ef4cd5b1e6ae0884 # Parent 1a4b9b602e54788ead2ad15b843ed7f3b90b706a # EXP-Topic locale chg: fix typo diff --git a/contrib/chg/chg.c b/contrib/chg/chg.c --- a/contrib/chg/chg.c +++ b/contrib/chg/chg.c @@ -232,7 +232,7 @@ abortmsgerrno("failed to putenv CHG_CLEAR_LC_CTYPE"); } else { if (setenv("CHGORIG_LC_CTYPE", lc_ctype_env, 1) != 0) { - abortmsgerrno("failed to setenv CHGORIG_LC_CTYYPE"); + abortmsgerrno("failed to setenv CHGORIG_LC_CTYPE"); } }