From 36ce3a4a9d3933772085991c8636915ffd5cb3af Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Sat, 18 Feb 2023 22:47:35 +0200 Subject: Correct typos in Go comments --- config/security/whitelist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/security/whitelist.go b/config/security/whitelist.go index 4aff9e9c4..ee1025d3b 100644 --- a/config/security/whitelist.go +++ b/config/security/whitelist.go @@ -44,7 +44,7 @@ func (w Whitelist) MarshalJSON() ([]byte, error) { // NewWhitelist creates a new Whitelist from zero or more patterns. // An empty patterns list or a pattern with the value 'none' will create -// a whitelist that will Accept noone. +// a whitelist that will Accept none. func NewWhitelist(patterns ...string) Whitelist { if len(patterns) == 0 { return Whitelist{acceptNone: true} -- cgit v1.2.3