Fix typo in error message
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 4ace1811b4a0c0a48f1aeeba996b8096a3a4bb2d 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