summaryrefslogtreecommitdiff
path: root/escape.h
diff options
context:
space:
mode:
Diffstat (limited to 'escape.h')
-rw-r--r--escape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/escape.h b/escape.h
index a9fe743..103139a 100644
--- a/escape.h
+++ b/escape.h
@@ -37,7 +37,7 @@ enum esc_state {
//returns 1 if the current state is safe to insert characters after, 0 if not
int safe_state(enum esc_state state) {
- swtich (state) {
+ switch (state) {
case CSI_END:
case ST:
case nF_END: