From c62cc5e8c074786de684a4006b95646036c8ace6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 24 Feb 2022 01:48:11 -0500 Subject: [PATCH] spelling: substituted Signed-off-by: Josh Soref --- userspace/engine/lua/modules/compiler.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userspace/engine/lua/modules/compiler.lua b/userspace/engine/lua/modules/compiler.lua index 7f9ffa28..3e2cf283 100644 --- a/userspace/engine/lua/modules/compiler.lua +++ b/userspace/engine/lua/modules/compiler.lua @@ -40,7 +40,7 @@ end The AST is changed in-place. The return value is a boolean which is true if any macro was - substitued. This allows a caller to re-traverse until no more macros are + substituted. This allows a caller to re-traverse until no more macros are found, a simple strategy for recursive resolutions (e.g. when a macro definition uses another macro).