瀏覽代碼

fix typo in comment

Signed-off-by: Victor Vieux <vieux@docker.com>
Victor Vieux 9 年之前
父節點
當前提交
76122f95e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/plugins/plugins.go

+ 1 - 1
pkg/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