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 da...@apache.org on 2007/04/24 07:59:33 UTC

svn commit: r531777 - /webservices/axis2/trunk/c/util/src/error.c

Author: damitha
Date: Mon Apr 23 22:59:30 2007
New Revision: 531777

URL: http://svn.apache.org/viewvc?view=rev&rev=531777
Log:
Fixed a typo

Modified:
    webservices/axis2/trunk/c/util/src/error.c

Modified: webservices/axis2/trunk/c/util/src/error.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/error.c?view=diff&rev=531777&r1=531776&r2=531777
==============================================================================
--- webservices/axis2/trunk/c/util/src/error.c (original)
+++ webservices/axis2/trunk/c/util/src/error.c Mon Apr 23 22:59:30 2007
@@ -214,7 +214,7 @@
     axutil_error_messages[AXIS2_ERROR_NULL_STREAM_IN_CHUNKED_STREAM] =
         "NULL stream in the http chunked stream";
     axutil_error_messages[AXIS2_ERROR_NULL_STREAM_IN_RESPONSE_BODY] =
-        "We got a NULL strem in the response body";
+        "We got a NULL stream in the response body";
     axutil_error_messages[AXIS2_ERROR_NULL_URL] =
         "URL NULL in http client";
     axutil_error_messages[AXIS2_ERROR_OUT_TRNSPORT_INFO_NULL] =



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org