fix typo in comment
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
f1b04a89ef
commit
86abb0ae42
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ type Plugin struct {
|
||||||
|
|
||||||
// error produced by activation
|
// error produced by activation
|
||||||
activateErr error
|
activateErr error
|
||||||
// specifies if the activation sequence is completed (not if it is sucessful or not)
|
// specifies if the activation sequence is completed (not if it is successful or not)
|
||||||
activated bool
|
activated bool
|
||||||
// wait for activation to finish
|
// wait for activation to finish
|
||||||
activateWait *sync.Cond
|
activateWait *sync.Cond
|
||||||
|
|
Loading…
Reference in a new issue