Merge pull request #3300 from jubalh/sp

Fix minor spelling mistakes
This commit is contained in:
João Pereira
2021-02-06 16:03:09 +00:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -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