Signed-off-by: Victor Vieux <vieux@docker.com>
| ... | ... |
@@ -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 |