Skip to content

Commit 0b5fb83

Browse files
authored
Merge pull request #10876 from changeworld/patch-8
Fix typo: equivilance -> equivalence
2 parents 0876dfc + f6180d9 commit 0b5fb83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/snippets/csharp/VS_Snippets_CodeAnalysis/fxcop.security.ca2131.criticaltypesmustnotparticipateintypeequivalence/cs/ca2131-criticaltypesmustnotparticipateintypeequivalence.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace TransparencyWarningsDemo
1010
{
1111

12-
// CA2131 error - critical type participating in equivilance
12+
// CA2131 error - critical type participating in equivalence
1313
[SecurityCritical]
1414
[TypeIdentifier("3a5b6203-2bf1-4f83-b5b4-1bdc334ad3ea", "ICriticalEquivilentInterface")]
1515
public interface ICriticalEquivilentInterface
@@ -20,7 +20,7 @@ public interface ICriticalEquivilentInterface
2020
[TypeIdentifier("3a5b6203-2bf1-4f83-b5b4-1bdc334ad3ea", "ITransparentEquivilentInterface")]
2121
public interface ITransparentEquivilentInterface
2222
{
23-
// CA2131 error - critical method in a type participating in equivilance
23+
// CA2131 error - critical method in a type participating in equivalence
2424
[SecurityCritical]
2525
void CriticalMethod();
2626
}

0 commit comments

Comments
 (0)