From f452191e62c1142c7ffdf3176f98a67ee764e12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Tue, 9 Oct 2018 08:53:17 +0200 Subject: Fix typo --- ell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ell.c b/ell.c index e437b36..94b5619 100644 --- a/ell.c +++ b/ell.c @@ -847,7 +847,7 @@ ell_eval_native (struct ell *ell, const char *name, struct ell_v *args, static bool ell_eval_resolved (struct ell *ell, struct ell_v *body, struct ell_v *args, struct ell_v **result) { - // Resolving names ecursively could be pretty fatal, let's not do that + // Resolving names recursively could be pretty fatal, let's not do that if (body->type == ELL_STRING) return ell_check (ell, (*result = ell_clone (body))); struct ell_v *arguments = NULL; -- cgit v1.2.3