Skip to content

Commit 5171ab8

Browse files
authored
Fix typo in Package.swift comment (#8146)
1 parent dca0cc2 commit 5171ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ package.targets.append(contentsOf: [
841841
])
842842
#endif
843843

844-
// Workaround SPM's attempt to link in executables which does not work on all
844+
// Workaround SwiftPM's attempt to link in executables which does not work on all
845845
// platforms.
846846
#if !os(Windows)
847847
package.targets.append(contentsOf: [

0 commit comments

Comments
 (0)