We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d9d57 commit 00db176Copy full SHA for 00db176
Tests/SubprocessTests/SubprocessTests+Darwin.swift
@@ -87,7 +87,7 @@ struct SubprocessDarwinTests {
87
.path("/bin/cat"),
88
error: .discarded
89
) { subprocess, standardOutput in
90
- // First suspend the procss
+ // First suspend the process
91
try subprocess.send(signal: .suspend)
92
var suspendedStatus: Int32 = 0
93
waitpid(subprocess.processIdentifier.value, &suspendedStatus, WNOHANG | WUNTRACED)
0 commit comments