You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2006/04/20 17:51:47 UTC

svn commit: r395626 - /webservices/axis/trunk/c/src/transport/axis3/HTTPTransportException.cpp

Author: dicka
Date: Thu Apr 20 08:51:45 2006
New Revision: 395626

URL: http://svn.apache.org/viewcvs?rev=395626&view=rev
Log:
Correct spelling mistake in exception message.

Modified:
    webservices/axis/trunk/c/src/transport/axis3/HTTPTransportException.cpp

Modified: webservices/axis/trunk/c/src/transport/axis3/HTTPTransportException.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/src/transport/axis3/HTTPTransportException.cpp?rev=395626&r1=395625&r2=395626&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/transport/axis3/HTTPTransportException.cpp (original)
+++ webservices/axis/trunk/c/src/transport/axis3/HTTPTransportException.cpp Thu Apr 20 08:51:45 2006
@@ -146,7 +146,7 @@
 
 		case CLIENT_TRANSPORT_TYPE_MISMATCH:
 		{
-			m_sMessageForExceptionCode = "HTTPTransportException:Client attempted to use SSL functions without the proper prerquistes";
+			m_sMessageForExceptionCode = "HTTPTransportException:Client attempted to use SSL functions without the proper prerequisites";
 			break;
 		}