From a7986f5706a9ee93ab084331effcb7136b4ae50e Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Wed, 20 May 2020 08:48:23 +0800 Subject: Fix typos --- commands/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/util.go') diff --git a/commands/util.go b/commands/util.go index e3395fd..fdf20bd 100644 --- a/commands/util.go +++ b/commands/util.go @@ -17,7 +17,7 @@ import ( "github.com/mitchellh/go-homedir" ) -// QuickTerm is an ephemeral terminal for running a single command and quiting. +// QuickTerm is an ephemeral terminal for running a single command and quitting. func QuickTerm(aerc *widgets.Aerc, args []string, stdin io.Reader) (*widgets.Terminal, error) { cmd := exec.Command(args[0], args[1:]...) pipe, err := cmd.StdinPipe() -- cgit v1.2.3