* SecurityElement.cs: fixed typo. CorCompare helped me find this one :) svn path=/trunk/mcs/; revision=2586
@@ -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)
@@ -133,7 +133,7 @@ namespace System.Security {
return null;
}
- public bool Equals (SecurityElement other)
+ public bool Equal (SecurityElement other)
{
if (other == null)
return false;