Fix typo in cmdStart comment
parent
7cca291d62
commit
623a1c588e
|
@ -84,7 +84,7 @@ func cmdStart(fl Flags) (int, error) {
|
||||||
|
|
||||||
// begin writing the confirmation bytes to the child's
|
// begin writing the confirmation bytes to the child's
|
||||||
// stdin; use a goroutine since the child hasn't been
|
// stdin; use a goroutine since the child hasn't been
|
||||||
// started yet, and writing sychronously would result
|
// started yet, and writing synchronously would result
|
||||||
// in a deadlock
|
// in a deadlock
|
||||||
go func() {
|
go func() {
|
||||||
stdinpipe.Write(expect)
|
stdinpipe.Write(expect)
|
||||||
|
|
Loading…
Reference in New Issue