# HG changeset patch # User Manuel Jacob # Date 2020-06-23 02:55:27 # Node ID 2c920c4dbb31f376f7a29298e611370108d55ef2 # Parent cfd06649a1b85a40a32207b86778aae25f82d4d7 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 @@ static void execcmdserver(const struct c 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"); } }