diff --git a/userspace/engine/lua/modules/compiler.lua b/userspace/engine/lua/modules/compiler.lua index 52d22a1e..7f9ffa28 100644 --- a/userspace/engine/lua/modules/compiler.lua +++ b/userspace/engine/lua/modules/compiler.lua @@ -41,7 +41,7 @@ end 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 - found, a simple strategy for recursive resoltuions (e.g. when a macro + found, a simple strategy for recursive resolutions (e.g. when a macro definition uses another macro). --]]