From 7bf56c079214f65d5de92e4bd2cc58d969694477 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 23 Mar 2026 23:54:20 +0800 Subject: fix some typos --- xmake/modules/core/tools/dmd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/dmd.lua') 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 -- cgit v1.3.1