summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
diff options
context:
space:
mode:
authorChen Yufei <[email protected]>2022-02-23 11:27:34 +0800
committerChen Yufei <[email protected]>2022-02-24 10:57:25 +0800
commit53eb656616818f8980ee1cc12d55d1f7671d741c (patch)
tree7230f08c1720db98655b90fa4dd98a80e9b9b37a /xmake/core/base/interpreter.lua
parent465fee4cbf4b72419c8a717e05a4879e79ac772e (diff)
Fix some typos.
Diffstat (limited to 'xmake/core/base/interpreter.lua')
-rw-r--r--xmake/core/base/interpreter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/interpreter.lua b/xmake/core/base/interpreter.lua
index 506d8cdad..8a4ed906c 100644
--- a/xmake/core/base/interpreter.lua
+++ b/xmake/core/base/interpreter.lua
@@ -1469,7 +1469,7 @@ function interpreter:api_define(apis)
for apitype, apifuncs in pairs(apis) do
for _, apifunc in ipairs(apifuncs) do
- -- is {"apifunc", apiscipt}?
+ -- is {"apifunc", apiscript}?
local apiscript = nil
if type(apifunc) == "table" then