From f0c93f65a2c6c509a961245fba9cdf6281bdfeff Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sun, 29 Nov 2020 12:11:40 +0100 Subject: [PATCH] Fix typo in NewSimpleManager() documentation Signed-off-by: Michael Vetter --- registry/client/auth/challenge/authchallenge.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/client/auth/challenge/authchallenge.go b/registry/client/auth/challenge/authchallenge.go index fe238210c..3dae9538e 100644 --- a/registry/client/auth/challenge/authchallenge.go +++ b/registry/client/auth/challenge/authchallenge.go @@ -38,7 +38,7 @@ type Manager interface { } // NewSimpleManager returns an instance of -// Manger which only maps endpoints to challenges +// Manager which only maps endpoints to challenges // based on the responses which have been added the // manager. The simple manager will make no attempt to // perform requests on the endpoints or cache the responses