diff --git a/action.go b/action.go index ef3051f..4cb33e0 100644 --- a/action.go +++ b/action.go @@ -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()