diff options
| author | ruki <[email protected]> | 2026-03-23 23:54:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-23 23:54:20 +0800 |
| commit | 7bf56c079214f65d5de92e4bd2cc58d969694477 (patch) | |
| tree | 9948e70666bea83d1f112f80a23e8c7a1f8a9d92 /xmake/modules/core/tools | |
| parent | 9659e157cd39571cfdd264ce8a2743b9a99175dc (diff) | |
fix some typos
Diffstat (limited to 'xmake/modules/core/tools')
| -rw-r--r-- | xmake/modules/core/tools/dmd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/dmd.lua b/xmake/modules/core/tools/dmd.lua index f5d547341..fb2676e0e 100644 --- a/xmake/modules/core/tools/dmd.lua +++ b/xmake/modules/core/tools/dmd.lua @@ -266,7 +266,7 @@ function compile(self, sourcefile, objectfile, dependinfo, flags, opt) -- generate the dependent includes if depfile and os.isfile(depfile) then if dependinfo then - -- it use makefile/gcc compatiable format + -- it use makefile/gcc compatible format dependinfo.depfiles_format = "gcc" dependinfo.depfiles = io.readfile(depfile, {continuation = "\\"}) end |
