Skip to content

Commit

Permalink
Merge pull request moby#21900 from vieux/type
Browse files Browse the repository at this point in the history
fix typo in comment
  • Loading branch information
thaJeztah committed Apr 9, 2016
2 parents f62b265 + 76122f9 commit 3bac588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/plugins.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Plugin struct {

// error produced by activation
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
// wait for activation to finish
activateWait *sync.Cond
Expand Down

0 comments on commit 3bac588

Please sign in to comment.