mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: fix dependant
->dependent
typos, cleanup comments
This commit is contained in:
@ -28,7 +28,7 @@ fn (mut p Process) unix_spawn_process() int {
|
||||
//
|
||||
// Here, we are in the child process.
|
||||
// It still shares file descriptors with the parent process,
|
||||
// but it is otherwise independant and can do stuff *without*
|
||||
// but it is otherwise independent and can do stuff *without*
|
||||
// affecting the parent process.
|
||||
//
|
||||
if p.use_pgroup {
|
||||
|
Reference in New Issue
Block a user