Skip to content

Commit d9160ca

Browse files
authored
fix typo (#6038)
1 parent 87fbe61 commit d9160ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/PackageGraphTests/PackageGraphTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ class PackageGraphTests: XCTestCase {
526526
}
527527
}
528528

529-
func testTargetOnclyContainingHeaders() throws {
529+
func testTargetOnlyContainingHeaders() throws {
530530
let fs = InMemoryFileSystem(emptyFiles:
531531
"/Bar/Sources/Bar/include/bar.h"
532532
)

0 commit comments

Comments
 (0)