chg: fix typo
authorManuel Jacob <me@manueljacob.de>
Tue, 23 Jun 2020 04:55:27 +0200
changeset 44995 2c920c4dbb31
parent 44994 cfd06649a1b8
child 44996 c2df0bca0dfa
chg: fix typo
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");
 		}
 	}