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 na...@apache.org on 2005/10/11 04:16:55 UTC

svn commit: r312784 - /webservices/axis/trunk/c/src/soap/SoapFault.cpp

Author: nadiramra
Date: Mon Oct 10 19:16:52 2005
New Revision: 312784

URL: http://svn.apache.org/viewcvs?rev=312784&view=rev
Log:
Fix AXISCPP-848.

Modified:
    webservices/axis/trunk/c/src/soap/SoapFault.cpp

Modified: webservices/axis/trunk/c/src/soap/SoapFault.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/src/soap/SoapFault.cpp?rev=312784&r1=312783&r2=312784&view=diff
==============================================================================
--- webservices/axis/trunk/c/src/soap/SoapFault.cpp (original)
+++ webservices/axis/trunk/c/src/soap/SoapFault.cpp Mon Oct 10 19:16:52 2005
@@ -139,7 +139,7 @@
         /*4*/    {"Client", "Soap content is not valid", "", ""},
         /*5*/    {"Client", "No method to invoke", "", ""},
         /*6*/    {"Client", "Content is not Soap", "", ""},
-        /*7*/    {"Client", "Requested service is not registerd at the server", "", ""},
+        /*7*/    {"Client", "Requested service is not registered at the server", "", ""},
         /*8*/    {"Client", "Soap method is not allowed to invoke", "", ""},
         /*9*/    {"Client", "Parameter type mismatch", "", ""},
         /*10*/    {"Client", "A client handler failed", "", ""},