From 86abb0ae42300087fd48d3330e8c934831850b71 Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Fri, 8 Apr 2016 00:05:31 -0700 Subject: [PATCH] fix typo in comment Signed-off-by: Victor Vieux --- plugins/plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/plugins.go b/plugins/plugins.go index 4f270a4..b83b5ae 100644 --- a/plugins/plugins.go +++ b/plugins/plugins.go @@ -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