From b8aed05a1737c897cfb9dd5297caaab26e8e157b Mon Sep 17 00:00:00 2001 From: Warren Date: Thu, 9 Jul 2020 16:38:50 -0700 Subject: [PATCH] Small typo in docstring (#8280) --- acl/acl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/acl.go b/acl/acl.go index ff40f0686..87295aa00 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -4,7 +4,7 @@ const ( WildcardName = "*" ) -// Config encapsualtes all of the generic configuration parameters used for +// Config encapsulates all of the generic configuration parameters used for // policy parsing and enforcement type Config struct { // WildcardName is the string that represents a request to authorize a wildcard permission