This commit is contained in:
Theodor S. Midtlien
2026-09-15 15:41:19 +02:00
parent 51fb2559f8
commit 8a7dbe8cf3
+1 -1
View File
@@ -26,7 +26,7 @@ const (
AuthzLevelPrivileged
)
// Strint() resolves a AuthzLevel to a human readable debug string.
// String() resolves a AuthzLevel to a human readable debug string.
func (l AuthzLevel) String() string {
switch l {
case AuthzLevelIdentified: