aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKevin Lange <k@dakko.us>2011-12-04 17:01:18 -0600
committerKevin Lange <k@dakko.us>2011-12-04 17:01:18 -0600
commit9404128709e575d265861ec47e48b2c3a4bdd1ed (patch)
tree73df699c3497fb98dc05f470af1c1f0f42a83693 /src
parent387400bbbded59974fd0410d62fca2d08975524e (diff)
downloadnyancat-9404128709e575d265861ec47e48b2c3a4bdd1ed.tar.gz
[minor] Typo
Diffstat (limited to 'src')
-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 */