Skip to content

Commit fc41fe5

Browse files
committed
Windows: correct typo of distributed for import libs
Fix a typo in the reference to the `_DISTRIBUTED_IMPORT_LIBS` component.
1 parent 81e5817 commit fc41fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/sdk.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360

361361
<ComponentRef Id="_CONCURRENCY_IMPORT_LIBS" />
362362
<ComponentRef Id="_DIFFERENTIATION_IMPORT_LIBS" />
363-
<ComponentRef Id="_DISTRIBTUED_IMPORT_LIBS" />
363+
<ComponentRef Id="_DISTRIBUTED_IMPORT_LIBS" />
364364
<!-- <ComponentRef Id="CRT_IMPORT_LIBS" /> -->
365365
<!-- <ComponentRef Id="DISPATCH_IMPORT_LIBS" /> -->
366366
<ComponentRef Id="FOUNDATION_IMPORT_LIBS" />

0 commit comments

Comments
 (0)