Author: alp
Date: 2007-03-17 11:25:21 -0500 (Sat, 17 Mar 2007)
New Revision: 74529

Modified:
   
trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Simple/SimpleClientFormatterSink.cs
Log:
Typo fix


Modified: 
trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Simple/SimpleClientFormatterSink.cs
===================================================================
--- 
trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Simple/SimpleClientFormatterSink.cs
        2007-03-17 16:02:35 UTC (rev 74528)
+++ 
trunk/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Simple/SimpleClientFormatterSink.cs
        2007-03-17 16:25:21 UTC (rev 74529)
@@ -135,7 +135,7 @@
                                // deserialize resp_stream
                                IMessage result = (IMessage) 
format.DeserializeResponse (resp_stream, call);
 
-                               // it's save to close the stream now
+                               // it's safe to close the stream now
                                resp_stream.Close ();
 
                                return result;

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

Reply via email to