From 27de9f6ece0f62dbdf2a6bfa12cf3019f25e78fa Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 8 Nov 2016 13:06:24 -0800 Subject: [PATCH] Fix typo limitied Signed-off-by: John Howard --- daemon/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon.go b/daemon/daemon.go index bb96610234..8bbc8f42d4 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -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