Browse code

fix docs

Signed-off-by: huqun <huqun@zju.edu.cn>

huqun authored on 2016/02/19 14:51:14
Showing 1 changed files
... ...
@@ -157,7 +157,7 @@ var (
157 157
 	// map is nil.
158 158
 	ErrorCodeEmptyNetwork = errcode.Register(errGroup, errcode.ErrorDescriptor{
159 159
 		Value:          "EMPTYNETWORK",
160
-		Message:        "invalid networksettings while building port map info",
160
+		Message:        "invalid network settings while building port map info",
161 161
 		Description:    "The specified endpoint for the port mapping is empty",
162 162
 		HTTPStatusCode: http.StatusInternalServerError,
163 163
 	})