Skip to content

Commit 7ea3892

Browse files
committed
docs: fix spelling of interfere
1 parent e6f1649 commit 7ea3892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SWBBuildSystemTests/DevelopmentAssetsDiagnosticTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ fileprivate struct DevelopmentAssetsDiagnosticTests: CoreBasedTests {
344344
@Test(.requireSDKs(.macOS))
345345
func developmentAssetsOverriddenSRCROOT() async throws {
346346
try await withTemporaryDirectory { tmpDirPath in
347-
// Some environments override SRCROOT but that shouldn't interfer with relative paths in DEVELOPMENT_ASSET_PATHS since they are based in PROJECT_DIR
347+
// Some environments override SRCROOT but that shouldn't interfere with relative paths in DEVELOPMENT_ASSET_PATHS since they are based in PROJECT_DIR
348348
let testProject = TestProject(
349349
"aProject",
350350
sourceRoot: tmpDirPath,

0 commit comments

Comments
 (0)