Author: tabish Date: Thu Jan 30 14:44:48 2014 New Revision: 1562843 URL: http://svn.apache.org/r1562843 Log: https://issues.apache.org/jira/browse/AMQNET-468
Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs?rev=1562843&r1=1562842&r2=1562843&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Transport/Tcp/SslTransport.cs Thu Jan 30 14:44:48 2014 @@ -173,7 +173,7 @@ namespace Apache.NMS.ActiveMQ.Transport. Tracer.Error("The Remote Certificate was not Available."); } - // Configuration may or may not allow us to connect with an invliad broker cert. + // Configuration may or may not allow us to connect with an invalid broker cert. return AcceptInvalidBrokerCert; } @@ -237,7 +237,7 @@ namespace Apache.NMS.ActiveMQ.Transport. } else { - throw new NMSException("Invlalid StoreLocation given on URI"); + throw new NMSException("Invalid StoreLocation given on URI"); } }