From 087590b889fc2746c1392fe0b36984ed3ec1e3b0 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Wed, 29 May 2024 20:38:27 +0200 Subject: Fix misc typos --- src/sp_var_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_var_parser.c') diff --git a/src/sp_var_parser.c b/src/sp_var_parser.c index c7562f3..e674505 100644 --- a/src/sp_var_parser.c +++ b/src/sp_var_parser.c @@ -59,7 +59,7 @@ static int create_var(sp_tree *tree, const char *restrict value, var_node->next = NULL; var_node->idx = NULL; var_node->type = _type; - /* We consider `$` as part of the variable name, to tell them appart from + /* We consider `$` as part of the variable name, to tell them apart from * php's constant */ if (value && value[0] == VARIABLE_TOKEN && _type == CONSTANT) { -- cgit v1.3