From 7611941adfe24aa92c8e125f525eeeeb786538ef Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 11 Sep 2009 20:29:01 +0000 Subject: fix typo svn path=/trunk/mono-tools/; revision=141792 --- gui-compare/MasterMetadata.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui-compare/MasterMetadata.cs') diff --git a/gui-compare/MasterMetadata.cs b/gui-compare/MasterMetadata.cs index 92b4dffa..586201df 100644 --- a/gui-compare/MasterMetadata.cs +++ b/gui-compare/MasterMetadata.cs @@ -147,11 +147,11 @@ namespace GuiCompare { if (name.StartsWith ("System.Runtime.CompilerServices.InternalsVisibleToAttribute")) return true; } - + switch (name) { case "System.Diagnostics.CodeAnalysis.SuppressMessageAttribute": case "System.NonSerializedAttribute": - case "System.Runtime.CompilerServivces.CompilerGeneratedAttribute": + case "System.Runtime.CompilerServices.CompilerGeneratedAttribute": case "System.Security.SecuritySafeCriticalAttribute": case "System.Security.SecurityCriticalAttribute": case "System.Diagnostics.DebuggerHiddenAttribute": -- cgit v1.2.3