Skip to content

Commit 57e03a6

Browse files
authored
[NFC] BuildOperation.swift: fix comment typo (#6379)
`targers` -> `targets`
1 parent 8c6d925 commit 57e03a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Build/BuildOperation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public final class BuildOperation: PackageStructureDelegate, SPMBuildCore.BuildS
237237
// Get the build description
238238
let buildDescription = try getBuildDescription()
239239

240-
// Verify dependency imports on the described targers
240+
// Verify dependency imports on the described targets
241241
try verifyTargetImports(in: buildDescription)
242242

243243
// Create the build system.

0 commit comments

Comments
 (0)