[minor] Typo

This commit is contained in:
Kevin Lange 2011-12-04 17:01:18 -06:00
parent 387400bbbd
commit 9404128709
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ ready:
} else if (strstr(term, "rxvt")) {
ttype = 3; /* Accepts LINUX mode */
} else {
ttype = 2; /* Verything else */
ttype = 2; /* Everything else */
}
int always_escape = 0; /* Used for text mode */