Skip to content

Commit 9994470

Browse files
kambala-decapitatorDanTheMan827
authored andcommitted
fix typo
1 parent ae5b3da commit 9994470

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NSTask-execute.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct AppSignerTaskOutput {
1616
}
1717
}
1818
extension Process {
19-
func launchSyncronous() -> AppSignerTaskOutput {
19+
func launchSynchronous() -> AppSignerTaskOutput {
2020
self.standardInput = FileHandle.nullDevice
2121
let pipe = Pipe()
2222
self.standardOutput = pipe
@@ -48,7 +48,7 @@ extension Process {
4848
if workingDirectory != nil {
4949
self.currentDirectoryPath = workingDirectory!
5050
}
51-
return self.launchSyncronous()
51+
return self.launchSynchronous()
5252
}
5353

5454
}

0 commit comments

Comments
 (0)