Skip to content

Commit

Permalink
Merge pull request moby#27154 from pwzgorilla/master
Browse files Browse the repository at this point in the history
typo: modified `Server` as `Serve`
  • Loading branch information
duglin authored Oct 5, 2016
2 parents 5a2c19a + 97a4548 commit ed72c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ed72c65

Please sign in to comment.