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 na...@apache.org on 2008/06/09 15:08:46 UTC

svn commit: r664696 - /webservices/axis2/trunk/c/axiom/include/axiom_soap_const.h

Author: nandika
Date: Mon Jun  9 06:08:46 2008
New Revision: 664696

URL: http://svn.apache.org/viewvc?rev=664696&view=rev
Log:
wrong constant corrected

Modified:
    webservices/axis2/trunk/c/axiom/include/axiom_soap_const.h

Modified: webservices/axis2/trunk/c/axiom/include/axiom_soap_const.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/include/axiom_soap_const.h?rev=664696&r1=664695&r2=664696&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/include/axiom_soap_const.h (original)
+++ webservices/axis2/trunk/c/axiom/include/axiom_soap_const.h Mon Jun  9 06:08:46 2008
@@ -81,7 +81,7 @@
 
 #define AXIOM_SOAP12_SOAP_FAULT_VALUE_VERSION_MISMATCH "VersionMismatch"
 
-#define AXIOM_SOAP12_SOAP_FAULT_VALUE_MUST_UNDERSTAND "MustUnderstant"
+#define AXIOM_SOAP12_SOAP_FAULT_VALUE_MUST_UNDERSTAND "MustUnderstand"
 
 #define AXIOM_SOAP12_SOAP_FAULT_VALUE_DATA_ENCODING_UKNOWN "DataEncodingUnknown"