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 2005/11/09 05:46:39 UTC

svn commit: r331949 - /webservices/axis2/trunk/c/include/axis2_om_namespace.h

Author: samisa
Date: Tue Nov  8 20:46:33 2005
New Revision: 331949

URL: http://svn.apache.org/viewcvs?rev=331949&view=rev
Log:
bug fixed

Modified:
    webservices/axis2/trunk/c/include/axis2_om_namespace.h

Modified: webservices/axis2/trunk/c/include/axis2_om_namespace.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_om_namespace.h?rev=331949&r1=331948&r2=331949&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_om_namespace.h (original)
+++ webservices/axis2/trunk/c/include/axis2_om_namespace.h Tue Nov  8 20:46:33 2005
@@ -78,7 +78,7 @@
                                                axis2_om_output_t * om_output);
                                                        
                                                        
-        axis2_char_t* (AXIS2_CALL *get_uri)(struct axis2_om_namesapce *om_namespace,
+        axis2_char_t* (AXIS2_CALL *get_uri)(struct axis2_om_namespace *om_namespace,
                                             axis2_env_t **env);
 
         axis2_char_t* (AXIS2_CALL *get_prefix)(struct axis2_om_namespace *om_namespace,
@@ -149,4 +149,4 @@
 }
 #endif
 
-#endif                          /* AXIS2_OM_NAMESPACE */
\ No newline at end of file
+#endif                          /* AXIS2_OM_NAMESPACE */