We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 601cd1a commit 1ea317bCopy full SHA for 1ea317b
Sources/PackageLoading/Diagnostics.swift
@@ -56,7 +56,7 @@ extension Basics.Diagnostic {
56
.error("system library product \(product) shouldn't have a type and contain only one target")
57
}
58
59
- static func libraryProductWithExectuableTarget(product: String) -> Self {
+ static func libraryProductWithExecutableTarget(product: String) -> Self {
60
.error("library product '\(product)' should not contain an executable target")
61
62
0 commit comments