Merge pull request #20479 from qunhu/master

fix docs
This commit is contained in:
Sebastiaan van Stijn 2016-02-19 15:55:33 +01:00
commit 787fe507bf
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})