action : fix typo

This commit is contained in:
鈴木康文 2019-03-15 09:44:04 +09:00
parent 231cc2c1fe
commit 6d1bce6bce

View file

@ -337,7 +337,7 @@ func doFinish(ctx context.Context, state *Peco, _ termbox.Event) {
cmd.Stdin = &stdin
cmd.Stdout = state.Stdout
cmd.Stderr = state.Stderr
// Setup some enviroment variables. Start with a copy of the current
// Setup some environment variables. Start with a copy of the current
// environment...
env := os.Environ()