Merge pull request #15420 from vlajos/typofixes-vlajos-20150807

typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
Arnaud Porterie
2015-08-08 01:08:49 -07:00
39 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ func (s *Server) getContainersLogs(version version.Version, w http.ResponseWrite
outStream := ioutils.NewWriteFlusher(w)
// write an empty chunk of data (this is to ensure that the
// HTTP Response is sent immediatly, even if the container has
// HTTP Response is sent immediately, even if the container has
// not yet produced any data)
outStream.Write(nil)