aboutsummaryrefslogtreecommitdiffstats
path: root/commands/util.go
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2020-05-20 08:48:23 +0800
committerReto Brunner <reto@labrat.space>2020-05-21 18:11:47 +0200
commita7986f5706a9ee93ab084331effcb7136b4ae50e (patch)
tree2c221a30ec2e4060eec6b0623aec6ae4fcf14f7b /commands/util.go
parent2e7f15b6982fbddfd8a0a2d04542d9041299a7f4 (diff)
downloadaerc-a7986f5706a9ee93ab084331effcb7136b4ae50e.tar.gz
Fix typos
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 e3395fdd..fdf20bda 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()