changeset 44995:2c920c4dbb31

chg: fix typo
author Manuel Jacob <me@manueljacob.de>
date Tue, 23 Jun 2020 04:55:27 +0200
parents cfd06649a1b8
children c2df0bca0dfa
files contrib/chg/chg.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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");
 		}
 	}