Browse Source

Merge pull request #23479 from thaJeztah/fix-typo

Fix typo in error message
Vincent Demeester 9 năm trước cách đây
mục cha
commit
0d744de9ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}