Browse code

fix typo in comment

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2016/04/08 16:05:31
Showing 1 changed files
... ...
@@ -67,7 +67,7 @@ type Plugin struct {
67 67
 
68 68
 	// error produced by activation
69 69
 	activateErr error
70
-	// specifies if the activation sequence is completed (not if it is sucessful or not)
70
+	// specifies if the activation sequence is completed (not if it is successful or not)
71 71
 	activated bool
72 72
 	// wait for activation to finish
73 73
 	activateWait *sync.Cond