0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-27 23:03:37 -05:00

Fix typo in cmdStart comment

This commit is contained in:
Success Go 2020-02-25 15:16:47 +08:00 committed by Francis Lavoie
parent 7cca291d62
commit 623a1c588e

View file

@ -84,7 +84,7 @@ func cmdStart(fl Flags) (int, error) {
// begin writing the confirmation bytes to the child's
// 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
go func() {
stdinpipe.Write(expect)