浏览代码

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.
 	ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
 		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",
 		HTTPStatusCode: http.StatusInternalServerError,
 	})