diff --git a/security/handler.go b/security/handler.go index 0821347e..af99b8b9 100644 --- a/security/handler.go +++ b/security/handler.go @@ -5,7 +5,7 @@ import ( "strings" ) -// Handler takes care of security for a given handler with the given security configuratioon +// Handler takes care of security for a given handler with the given security configuration func Handler(handler http.HandlerFunc, security *Config) http.HandlerFunc { return func(w http.ResponseWriter, r *http.Request) { usernameEntered, passwordEntered, ok := r.BasicAuth()