Skip to content

Commit e36cc7b

Browse files
author
Matthew Fisher
committed
style(deisctl): fix typo
1 parent 02830a6 commit e36cc7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/cmd/mesos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func StopMesos(b backend.Backend) error {
136136

137137
func stopMesosServices(b backend.Backend, wg *sync.WaitGroup, out, err io.Writer) {
138138

139-
fmt.Fprintln(out, "Marathon Framwork...")
139+
fmt.Fprintln(out, "Marathon Framework...")
140140
b.Stop([]string{"mesos-marathon"}, wg, out, err)
141141
wg.Wait()
142142

0 commit comments

Comments
 (0)