Преглед изворни кода

fix docs

Signed-off-by: huqun  <huqun@zju.edu.cn>
huqun пре 9 година
родитељ
комит
b96bbf26db
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      errors/daemon.go

+ 1 - 1
errors/daemon.go

@@ -157,7 +157,7 @@ var (
 	// map is nil.
 	// map is nil.
 	ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
 	ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
 		Value:          "EMPTYNETWORK",
 		Value:          "EMPTYNETWORK",
-		Message:        "invalid networksettings while building port map info",
+		Message:        "invalid network settings while building port map info",
 		Description:    "The specified endpoint for the port mapping is empty",
 		Description:    "The specified endpoint for the port mapping is empty",
 		HTTPStatusCode: http.StatusInternalServerError,
 		HTTPStatusCode: http.StatusInternalServerError,
 	})
 	})