aboutsummaryrefslogtreecommitdiffstats
path: root/src/actionparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actionparser.h')
-rw-r--r--src/actionparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actionparser.h b/src/actionparser.h
index 3735ea8..d3c97c4 100644
--- a/src/actionparser.h
+++ b/src/actionparser.h
@@ -35,7 +35,7 @@ enum ParseErrors {
PERR_##ACTION##_WRONG,
CK_ACTIONS
#undef X
- PERR_UNKONW_ACTION,
+ PERR_UNKNOWN_ACTION,
};
typedef enum ParseErrors ParseError;