Fix typo
authorMiguel de Icaza <miguel@gnome.org>
Sun, 2 Mar 2003 23:00:30 +0000 (23:00 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 2 Mar 2003 23:00:30 +0000 (23:00 -0000)
svn path=/trunk/mcs/; revision=12110

mcs/mcs/typemanager.cs

index 05fc8a47f3cce13c58a13d83095ce898641eabeb..f5cb45f21f3e2a7f00e953477ef4cf163988dc17 100755 (executable)
@@ -744,7 +744,7 @@ public class TypeManager {
        {
                return Regex.Replace (t.FullName, 
                        @"^System\." +
-                       @"(Int32|UInt32|Int16|Uint16|Int64|UInt64|" +
+                       @"(Int32|UInt32|Int16|UInt16|Int64|UInt64|" +
                        @"Single|Double|Char|Decimal|Byte|SByte|Object|" +
                        @"Boolean|String|Void)" +
                        @"(\W+|\b)",