Fixed capitalization
authorJeffrey Stedfast <jeff@xamarin.com>
Mon, 7 May 2012 19:38:19 +0000 (15:38 -0400)
committerJeffrey Stedfast <jeff@xamarin.com>
Mon, 7 May 2012 19:38:19 +0000 (15:38 -0400)
mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs

index 08785618092281ad4bc6ebf03bf12d21060ee20f..61c284dfcfcdef30048998733af22ab625bc2607 100644 (file)
@@ -140,7 +140,7 @@ namespace Mono.Debugger.Soft
                        notify_vm_event (EventType.VMDisconnect, SuspendPolicy.None, 0, 0, null);
                }
 
-               [Obsolete ("This method was poorly named; use The Detach() method instead")]
+               [Obsolete ("This method was poorly named; use the Detach() method instead")]
                public void Dispose ()
                {
                        Detach ();