Fix typo limitied

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 27de9f6ece0f62dbdf2a6bfa12cf3019f25e78fa
Component: engine
This commit is contained in:
John Howard
2016-11-08 13:06:24 -08:00
parent 05466ddbca
commit 8101ecbf52
+1 -1
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