Browse code

Fix typo in error message

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2016/06/12 07:05:03
Showing 1 changed files
... ...
@@ -284,7 +284,7 @@ func (h *handler) Execute(_ []string, r <-chan svc.ChangeRequest, s chan<- svc.S
284 284
 	// Wait for initialization to complete.
285 285
 	failed := <-h.tosvc
286 286
 	if failed {
287
-		logrus.Debug("Aborting service start due to failure during initializtion")
287
+		logrus.Debug("Aborting service start due to failure during initialization")
288 288
 		return true, 1
289 289
 	}
290 290