Skip to content

Commit

Permalink
recursively not recursivly
Browse files Browse the repository at this point in the history
  • Loading branch information
ItamarYuran committed Nov 4, 2024
1 parent 8fe67bc commit 704af7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/auth/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,7 @@ func (n *MissingPermissions) String() string {
return UserNotAllowed
}

// The func gets a reference to a CheckResult parm which it will recursivly modify according to the given node and permissions
// The func gets a reference to a CheckResult parm which it will recursively modify according to the given node and permissions
func CheckPermissions(ctx context.Context, node permissions.Node, username string, policies []*model.Policy, permAudit *MissingPermissions, allowed *CheckResult) {
switch node.Type {
case permissions.NodeTypeNode:
Expand Down

0 comments on commit 704af7d

Please sign in to comment.