Browse code

change comment

Signed-off-by: mgniu <mgniu@dataman-inc.com>

mgniu authored on 2016/08/26 19:26:15
Showing 1 changed files
... ...
@@ -6,7 +6,7 @@ import (
6 6
 	"github.com/docker/docker/api/server/middleware"
7 7
 )
8 8
 
9
-// handleWithGlobalMiddlwares wraps the handler function for a request with
9
+// handlerWithGlobalMiddlewares wraps the handler function for a request with
10 10
 // the server's global middlewares. The order of the middlewares is backwards,
11 11
 // meaning that the first in the list will be evaluated last.
12 12
 func (s *Server) handlerWithGlobalMiddlewares(handler httputils.APIFunc) httputils.APIFunc {