Merge pull request #5995 from wssccc/wssccc-patch-2

Fix typo
This commit is contained in:
Derek McGowan 2021-09-20 11:37:51 -07:00 committed by GitHub
commit d72d2794de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ import (
"github.com/pkg/errors"
)
// InitContext is used for plugin inititalization
// InitContext is used for plugin initialization
type InitContext struct {
Context context.Context
Root string