浏览代码

Fix typo in error message

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 9 年之前
父节点
当前提交
4ace1811b4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cmd/dockerd/service_windows.go

+ 1 - 1
cmd/dockerd/service_windows.go

@@ -284,7 +284,7 @@ func (h *handler) Execute(_ []string, r <-chan svc.ChangeRequest, s chan<- svc.S
 	// Wait for initialization to complete.
 	failed := <-h.tosvc
 	if failed {
-		logrus.Debug("Aborting service start due to failure during initializtion")
+		logrus.Debug("Aborting service start due to failure during initialization")
 		return true, 1
 	}