Skip to content

Commit 6f7499f

Browse files
committed
Fixed bogus spelling.
1 parent cea0229 commit 6f7499f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd_choose_stdin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func (cs *chooseSTDINCommand) Execute(args []string) int {
121121
}
122122

123123
//
124-
// We're not running a command, so ouput the user's choice
124+
// We're not running a command, so output the user's choice
125125
//
126126
fmt.Printf("%s\n", choice)
127127
return 0

0 commit comments

Comments
 (0)