This commit is contained in:
Theodor S. Midtlien
2026-09-16 10:37:59 +02:00
parent 2d5ee900d0
commit 331c490326
+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: