You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2007/05/10 12:33:35 UTC

svn commit: r536815 - in /webservices/axis2/trunk/c/util: include/axutil_error.h src/error.c

Author: samisa
Date: Thu May 10 03:33:33 2007
New Revision: 536815

URL: http://svn.apache.org/viewvc?view=rev&rev=536815
Log:
Fixed the ugly typo 

Modified:
    webservices/axis2/trunk/c/util/include/axutil_error.h
    webservices/axis2/trunk/c/util/src/error.c

Modified: webservices/axis2/trunk/c/util/include/axutil_error.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/axutil_error.h?view=diff&rev=536815&r1=536814&r2=536815
==============================================================================
--- webservices/axis2/trunk/c/util/include/axutil_error.h (original)
+++ webservices/axis2/trunk/c/util/include/axutil_error.h Thu May 10 03:33:33 2007
@@ -112,7 +112,7 @@
 		 */ 
         /* Invalid phase found in phase validation*/
         AXI2_ERROR_INVALID_PHASE,
-        /* axis2.xml cannot be not found*/
+        /* axis2.xml cannot be found */
         AXIS2_ERROR_CONFIG_NOT_FOUND,
         /* Data element of the OM Node is null */
         AXIS2_ERROR_DATA_ELEMENT_IS_NULL,

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=536815&r1=536814&r2=536815
==============================================================================
--- webservices/axis2/trunk/c/util/src/error.c (original)
+++ webservices/axis2/trunk/c/util/src/error.c Thu May 10 03:33:33 2007
@@ -70,7 +70,7 @@
     axutil_error_messages[AXI2_ERROR_INVALID_PHASE] =
         "Invalid phase found in phase validation*";
     axutil_error_messages[AXIS2_ERROR_CONFIG_NOT_FOUND] =
-        "axis2.xml cannot be not found";
+        "axis2.xml cannot be found";
     axutil_error_messages[AXIS2_ERROR_DATA_ELEMENT_IS_NULL] =
         "Data element of the OM Node is null";
     axutil_error_messages[AXIS2_ERROR_IN_FLOW_NOT_ALLOWED_IN_TRS_OUT] =



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