# HG changeset patch # User Manuel Jacob # Date 1592880927 -7200 # Node ID 2c920c4dbb31f376f7a29298e611370108d55ef2 # Parent cfd06649a1b85a40a32207b86778aae25f82d4d7 chg: fix typo diff -r cfd06649a1b8 -r 2c920c4dbb31 contrib/chg/chg.c --- a/contrib/chg/chg.c Fri Jun 19 09:27:02 2020 -0700 +++ b/contrib/chg/chg.c Tue Jun 23 04:55:27 2020 +0200 @@ -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"); } }