From 0f484b371bd04101081e5c5896395b6df03040e2 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Thu, 8 Jan 2026 18:36:07 +0100 Subject: [PATCH] fix: typo --- src/ast/ast.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ast/ast.h b/src/ast/ast.h index 8bc510e..5bfd8df 100644 --- a/src/ast/ast.h +++ b/src/ast/ast.h @@ -6,7 +6,7 @@ enum ast_type { AST_END = 0, - ATS_IF, + AST_IF, AST_CMD };