Skip to content

Commit 75b8e08

Browse files
Merge pull request #1956 from cachemeifyoucan/eng/PR-fatal-error-msg
[NFC] Fix typo in fatal error message
2 parents 446fc58 + 45b7e4d commit 75b8e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriverExecution/SwiftDriverExecutor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final class SwiftDriverExecutor: DriverExecutor {
7373
public func execute(job: Job,
7474
forceResponseFiles: Bool,
7575
recordedInputModificationDates: [TypedVirtualPath : TimePoint]) throws -> ProcessResult {
76-
fatalError("Unsuppored legacy operation on current executor")
76+
fatalError("Unsupported legacy operation on current executor")
7777
}
7878

7979
public func execute(workload: DriverExecutorWorkload,

0 commit comments

Comments
 (0)