Merge pull request #23479 from thaJeztah/fix-typo
Fix typo in error message Upstream-commit: 0d744de9abc868ae79d813a93ed571670dd97bd6 Component: engine
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user