mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #23479 from thaJeztah/fix-typo
Fix typo in error message
This commit is contained in:
commit
0d744de9ab
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ func (h *handler) Execute(_ []string, r <-chan svc.ChangeRequest, s chan<- svc.S
|
||||||
// Wait for initialization to complete.
|
// Wait for initialization to complete.
|
||||||
failed := <-h.tosvc
|
failed := <-h.tosvc
|
||||||
if failed {
|
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
|
return true, 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue