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.
2 parents 99c9285 + 00db176 commit b7c7c54Copy full SHA for b7c7c54
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