1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

typo: modified Server as Serve

Signed-off-by: mgniu <mgniu@dataman-inc.com>
This commit is contained in:
mgniu 2016-10-05 12:20:31 +08:00
parent c48317ad7c
commit 97a4548bb3

View file

@ -76,7 +76,7 @@ func (s *Server) Close() {
}
// serveAPI loops through all initialized servers and spawns goroutine
// with Server method for each. It sets createMux() as Handler also.
// with Serve method for each. It sets createMux() as Handler also.
func (s *Server) serveAPI() error {
var chErrors = make(chan error, len(s.servers))
for _, srv := range s.servers {