Skip to content

Commit ec82d3c

Browse files
committed
spelling: settings
1 parent e5f59a1 commit ec82d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/repo/garden/garden.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func gardenRun(opts *GardenOptions) error {
190190
oldTTYCommand := exec.Command("stty", sttyFileArg, "/dev/tty", "-g")
191191
oldTTYSettings, err := oldTTYCommand.CombinedOutput()
192192
if err != nil {
193-
fmt.Fprintln(out, "getting TTY setings failed:", string(oldTTYSettings))
193+
fmt.Fprintln(out, "getting TTY settings failed:", string(oldTTYSettings))
194194
return err
195195
}
196196

0 commit comments

Comments
 (0)