From 8da4e265bd306b504a84b50896baa5c08ee6a754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 13 Aug 2024 11:53:10 +0200 Subject: [PATCH] Update services/graph/pkg/unifiedrole/unifiedrole.go Co-authored-by: kobergj --- services/graph/pkg/unifiedrole/unifiedrole.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/graph/pkg/unifiedrole/unifiedrole.go b/services/graph/pkg/unifiedrole/unifiedrole.go index c6275d4fc..333ac2730 100644 --- a/services/graph/pkg/unifiedrole/unifiedrole.go +++ b/services/graph/pkg/unifiedrole/unifiedrole.go @@ -37,7 +37,7 @@ const ( UnifiedRoleFederatedEditorID = "36279a93-e4e3-4bbb-8a23-53b05b560963" // Wile the below conditions follow the SDDL syntax, they are not parsed anywhere. We use them as strings to - // represent the constraints that a role definition applies to. Fer the actual syntax, see the SDDL documentation + // represent the constraints that a role definition applies to. For the actual syntax, see the SDDL documentation // at https://learn.microsoft.com/en-us/windows/win32/secauthz/security-descriptor-definition-language-for-conditional-aces-#conditional-expressions // Some roles apply to a specific type of resource, for example, a role that applies to a file or a folder.