fix typo in comment

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-04-08 00:05:31 -07:00
parent f1b04a89ef
commit 86abb0ae42

View file

@ -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