From 2e1a9e0832b53c0f03a71ba76fdd76612517d03c Mon Sep 17 00:00:00 2001 From: Anastasis Grammenos Date: Fri, 26 Oct 2018 21:20:36 +0300 Subject: actiopnarser fixes --- src/actionparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/actionparser.h') 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; -- cgit v1.2.3