Author: miguel
Date: 2007-01-24 11:18:27 -0500 (Wed, 24 Jan 2007)
New Revision: 71606

Modified:
   trunk/mcs/mcs/statement.cs
   trunk/mcs/mcs/typemanager.cs
Log:
Typo fix

Modified: trunk/mcs/mcs/statement.cs
===================================================================
--- trunk/mcs/mcs/statement.cs  2007-01-24 16:15:58 UTC (rev 71605)
+++ trunk/mcs/mcs/statement.cs  2007-01-24 16:18:27 UTC (rev 71606)
@@ -3228,7 +3228,7 @@
                                ig.Emit (OpCodes.Brfalse, default_target);
                        
                        ig.Emit (OpCodes.Ldloc, val);
-                       ig.Emit (OpCodes.Call, 
TypeManager.string_isinterneted_string);
+                       ig.Emit (OpCodes.Call, 
TypeManager.string_isinterned_string);
                        ig.Emit (OpCodes.Stloc, val);
 
                        int section_count = Sections.Count;

Modified: trunk/mcs/mcs/typemanager.cs
===================================================================
--- trunk/mcs/mcs/typemanager.cs        2007-01-24 16:15:58 UTC (rev 71605)
+++ trunk/mcs/mcs/typemanager.cs        2007-01-24 16:18:27 UTC (rev 71606)
@@ -1197,7 +1197,7 @@
                        string_type, "Concat", params_object);
 
                Type [] string_ = { string_type };
-               string_isinterneted_string = GetMethod (
+               string_isinterned_string = GetMethod (
                        string_type, "IsInterned", string_);
                
                Type [] runtime_type_handle = { runtime_handle_type };

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to