Skip to content

Commit b7c7c54

Browse files
authored
Merge pull request #56 from shepting/patch-3
2 parents 99c9285 + 00db176 commit b7c7c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SubprocessTests/SubprocessTests+Darwin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct SubprocessDarwinTests {
8787
.path("/bin/cat"),
8888
error: .discarded
8989
) { subprocess, standardOutput in
90-
// First suspend the procss
90+
// First suspend the process
9191
try subprocess.send(signal: .suspend)
9292
var suspendedStatus: Int32 = 0
9393
waitpid(subprocess.processIdentifier.value, &suspendedStatus, WNOHANG | WUNTRACED)

0 commit comments

Comments
 (0)