Skip to content

Commit 3a27d1a

Browse files
author
Matthew Fisher
committed
Merge pull request #4192 from deis/deisctl-mesos-typo
style(deisctl): fix typo
2 parents 02830a6 + e36cc7b commit 3a27d1a

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)