Skip to content

Commit 00db176

Browse files
authored
Type fix (procss → process)
1 parent 48d9d57 commit 00db176

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)