Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Fix typo in output at beginning of stream
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Sep 28, 2015
1 parent c441baf commit 6711d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mgmt/rest/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (s *Server) watchTask(w http.ResponseWriter, r *http.Request, p httprouter.
// send initial stream open event
so := rbody.StreamedTaskEvent{
EventType: rbody.TaskWatchStreamOpen,
Message: "Stream opended",
Message: "Stream opened",
}
fmt.Fprintf(w, "%s\n", so.ToJSON())
flusher.Flush()
Expand Down

0 comments on commit 6711d74

Please sign in to comment.