From 623a1c588ee75c6d19911fd0892d9c279e3ba87c Mon Sep 17 00:00:00 2001 From: Success Go Date: Tue, 25 Feb 2020 15:16:47 +0800 Subject: Fix typo in cmdStart comment --- cmd/commandfuncs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/commandfuncs.go b/cmd/commandfuncs.go index df3e498..a2c8e3d 100644 --- a/cmd/commandfuncs.go +++ b/cmd/commandfuncs.go @@ -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) -- cgit v1.2.3