diff --git a/auth.go b/auth.go index 9d7214c..8bff89a 100644 --- a/auth.go +++ b/auth.go @@ -303,7 +303,7 @@ func AuthHTTPRequest(log *Logger, reason = fmt.Sprintf("UID auth not supported on %s", runtime.GOOS) case !authUIDrequiresUID(): - reason = "No auth rules don use UID" + reason = "auth rules don't use UID" } // Obtain UID, if we really need it