Fixed capitalization
[mono.git] / 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 ();