##// END OF EJS Templates
chg: fix typo
Manuel Jacob -
r45529:2c920c4d default
parent child Browse files
Show More
@@ -232,7 +232,7 b' static void execcmdserver(const struct c'
232 abortmsgerrno("failed to putenv CHG_CLEAR_LC_CTYPE");
232 abortmsgerrno("failed to putenv CHG_CLEAR_LC_CTYPE");
233 } else {
233 } else {
234 if (setenv("CHGORIG_LC_CTYPE", lc_ctype_env, 1) != 0) {
234 if (setenv("CHGORIG_LC_CTYPE", lc_ctype_env, 1) != 0) {
235 abortmsgerrno("failed to setenv CHGORIG_LC_CTYYPE");
235 abortmsgerrno("failed to setenv CHGORIG_LC_CTYPE");
236 }
236 }
237 }
237 }
238
238
General Comments 0
You need to be logged in to leave comments. Login now