Skip to content

Commit 1ea317b

Browse files
abertelrudneonichu
andauthored
Update Sources/PackageLoading/Diagnostics.swift
Co-authored-by: Boris Bügling <[email protected]>
1 parent 601cd1a commit 1ea317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/Diagnostics.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ extension Basics.Diagnostic {
5656
.error("system library product \(product) shouldn't have a type and contain only one target")
5757
}
5858

59-
static func libraryProductWithExectuableTarget(product: String) -> Self {
59+
static func libraryProductWithExecutableTarget(product: String) -> Self {
6060
.error("library product '\(product)' should not contain an executable target")
6161
}
6262

0 commit comments

Comments
 (0)