Skip to content

Commit 45b7e4d

Browse files
[NFC] Fix typo in fatal error message
1 parent 446fc58 commit 45b7e4d

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)