Skip to content

Commit 4d189b1

Browse files
committed
Fixed a typo in the comments
1 parent 306f495 commit 4d189b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AppControl Manager/XMLOps/PreDeploymentChecks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ internal static void CheckForSignatureConflict(SiPolicy.SiPolicy policyObj)
5656
// Get all of the deployed Base/AppIDTagging and Supplemental policies on the system
5757
List<CiPolicyInfo> policies = CiToolHelper.GetPolicies(false, true, true);
5858

59-
// Try to get at least once policy that is Signed and has the same PolicyID as the PolicyID of the Unsigned policy being verified.
59+
// Try to get at least one policy that is Signed and has the same PolicyID as the PolicyID of the Unsigned policy being verified.
6060
CiPolicyInfo? possibleAlreadyDeployedSignedVersion = policies.
6161
FirstOrDefault(x => x.IsSignedPolicy && string.Equals(policyObj.PolicyID.Trim('{', '}'), x.PolicyID, StringComparison.OrdinalIgnoreCase));
6262

0 commit comments

Comments
 (0)