Consistency update

pull/6/head
jhadvig 2014-09-21 22:25:44 +02:00
parent 9f34eaef9e
commit 960f1b2693
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ func (h *httpActionHandler) Run(podFullName, uuid string, container *api.Contain
return err
}
// FlusherWriter provides wrapper for responseWriter with HTTP streaming capabilities
// FlushWriter provides wrapper for responseWriter with HTTP streaming capabilities
type FlushWriter struct {
flusher http.Flusher
writer io.Writer