Skip to content

Commit bc1b658

Browse files
authored
Fix comment typos from tests.
1 parent 48d9d57 commit bc1b658

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SubprocessTests/SubprocessTests+Darwin.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ struct SubprocessDarwinTests {
3838
posix_spawnattr_getflags(&spawnAttr, &flags)
3939
posix_spawnattr_setflags(&spawnAttr, flags | Int16(POSIX_SPAWN_SETSID))
4040
}
41-
// Check the proces ID (pid), pross group ID (pgid), and
42-
// controling terminal's process group ID (tpgid)
41+
// Check the process ID (pid), process group ID (pgid), and
42+
// controlling terminal's process group ID (tpgid)
4343
let psResult = try await Subprocess.run(
4444
.path("/bin/bash"),
4545
arguments: ["-c", "ps -o pid,pgid,tpgid -p $$"],

0 commit comments

Comments
 (0)