summaryrefslogtreecommitdiff
path: root/commands/util.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/util.go')
-rw-r--r--commands/util.go2
1 files changed, 1 insertions, 1 deletions
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()