diff options
| author | Chen Yufei <[email protected]> | 2022-02-23 11:27:34 +0800 |
|---|---|---|
| committer | Chen Yufei <[email protected]> | 2022-02-24 10:57:25 +0800 |
| commit | 53eb656616818f8980ee1cc12d55d1f7671d741c (patch) | |
| tree | 7230f08c1720db98655b90fa4dd98a80e9b9b37a /xmake/core/base/interpreter.lua | |
| parent | 465fee4cbf4b72419c8a717e05a4879e79ac772e (diff) | |
Fix some typos.
Diffstat (limited to 'xmake/core/base/interpreter.lua')
| -rw-r--r-- | xmake/core/base/interpreter.lua | 2 |
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 |
