Forráskód Böngészése

2002-02-23 Nick Drochak <[email protected]>

	* SecurityElement.cs: fixed typo.  CorCompare helped me find this one
		:)

svn path=/trunk/mcs/; revision=2586
Nick Drochak 24 éve
szülő
commit
a68afdcff9

+ 4 - 0
mcs/class/corlib/System.Security/ChangeLog

@@ -1,3 +1,7 @@
+2002-02-23  Nick Drochak  <[email protected]>
+
+	* SecurityElement.cs: fixed typo
+
 2002-02-13  Dan Lewis <[email protected]>
 	
 	* NamedPermissionSet.cs: New file (stub)

+ 1 - 1
mcs/class/corlib/System.Security/SecurityElement.cs

@@ -133,7 +133,7 @@ namespace System.Security {
 				return null;
 		}
 
-		public bool Equals (SecurityElement other)
+		public bool Equal (SecurityElement other)
 		{
 			if (other == null)
 				return false;