Signed-off-by: huqun <huqun@zju.edu.cn>
| ... | ... |
@@ -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 |
}) |