X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/374330e25a6b51c40436fa869a381dd510790f6e..37508af4ab231b1fde58345f5237f3ee82803829:/putty.h diff --git a/putty.h b/putty.h index c570392a..a456fdb7 100644 --- a/putty.h +++ b/putty.h @@ -98,7 +98,7 @@ typedef struct { /* Telnet options */ char termtype[32]; char termspeed[32]; - char environ[1024]; /* VAR\tvalue\0VAR\tvalue\0\0 */ + char environmt[1024]; /* VAR\tvalue\0VAR\tvalue\0\0 */ char username[32]; int rfc_environ; /* Keyboard options */