mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
all: fix typos (#19634)
This commit is contained in:
parent
407adaa3c1
commit
9051ac8921
108 changed files with 235 additions and 214 deletions
|
@ -35,7 +35,7 @@ fn (mut p Process) unix_spawn_process() int {
|
|||
C.setpgid(0, 0)
|
||||
}
|
||||
if p.use_stdio_ctl {
|
||||
// Redirect the child standart in/out/err to the pipes that
|
||||
// Redirect the child standard in/out/err to the pipes that
|
||||
// were created in the parent.
|
||||
// Close the parent's pipe fds, the child do not need them:
|
||||
fd_close(pipeset[1])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue