Преглед изворни кода

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
 	}