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/toolchains | |
| parent | 465fee4cbf4b72419c8a717e05a4879e79ac772e (diff) | |
Fix some typos.
Diffstat (limited to 'xmake/toolchains')
| -rw-r--r-- | xmake/toolchains/cross/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/cross/xmake.lua b/xmake/toolchains/cross/xmake.lua index 3ec12f1f4..1e694e2b3 100644 --- a/xmake/toolchains/cross/xmake.lua +++ b/xmake/toolchains/cross/xmake.lua @@ -21,7 +21,7 @@ -- define toolchain toolchain("cross") - -- set descrption + -- set description set_description("Common cross compilation toolchain") -- mark as cross-compilation toolchain |
