From 08b12b0d728fdebdd2993cd78fbecac8160d3be3 Mon Sep 17 00:00:00 2001 From: Bill Barry Date: Fri, 3 May 2019 17:15:05 -0400 Subject: [PATCH] comment typo --- .../Authorization/MinimumAgeAuthorizationHandler.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Security/samples/CustomPolicyProvider/Authorization/MinimumAgeAuthorizationHandler.cs b/src/Security/samples/CustomPolicyProvider/Authorization/MinimumAgeAuthorizationHandler.cs index f853ed50cd..669f163677 100644 --- a/src/Security/samples/CustomPolicyProvider/Authorization/MinimumAgeAuthorizationHandler.cs +++ b/src/Security/samples/CustomPolicyProvider/Authorization/MinimumAgeAuthorizationHandler.cs @@ -6,7 +6,7 @@ using Microsoft.Extensions.Logging; namespace CustomPolicyProvider { - // This class contains logic for determining whether MinimumAgeRequirements in authorizaiton + // This class contains logic for determining whether MinimumAgeRequirements in authorization // policies are satisfied or not internal class MinimumAgeAuthorizationHandler : AuthorizationHandler { @@ -58,4 +58,4 @@ namespace CustomPolicyProvider return Task.CompletedTask; } } -} \ No newline at end of file +}