1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #28178 from Microsoft/jjh/limited-typo

Fix typo 'limitied' in error message
This commit is contained in:
Victor Vieux 2016-11-08 13:36:03 -08:00 committed by GitHub
commit bbb645e84b

View file

@ -458,7 +458,7 @@ func NewDaemon(config *Config, registryService registry.Service, containerdRemot
// Ensure that we have a correct root key limit for launching containers.
if err := ModifyRootKeyLimit(); err != nil {
logrus.Warnf("unable to modify root key limit, number of containers could be limitied by this quota: %v", err)
logrus.Warnf("unable to modify root key limit, number of containers could be limited by this quota: %v", err)
}
// Ensure we have compatible and valid configuration options