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 2009/02/02 06:24:31 UTC

svn commit: r739926 - /webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h

Author: nandika
Date: Mon Feb  2 05:24:31 2009
New Revision: 739926

URL: http://svn.apache.org/viewvc?rev=739926&view=rev
Log:
typo corrected

Modified:
    webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h

Modified: webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h?rev=739926&r1=739925&r2=739926&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/unix/axutil_unix.h Mon Feb  2 05:24:31 2009
@@ -150,7 +150,7 @@
      * Get the last error code from the system.
      * Please ensure that this is a thread safe implementation
      * and that it returns a long
-     * @return long the lsat error message for this thread
+     * @return long the last error message for this thread
      */
 
     /*#define AXIS2_GETLASTERROR errno; */