mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-15 19:29:08 +02:00
Fix typo
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user