aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/nyancat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nyancat.c b/src/nyancat.c
index 3a7a4b2..47eb26a 100644
--- a/src/nyancat.c
+++ b/src/nyancat.c
@@ -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 */