Update of /cvsroot/opensdk/openSDK/src
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3535
Modified Files:
antEnvBaseMsg.cc
Log Message:
fix typo in comment
Index: antEnvBaseMsg.cc
===================================================================
RCS file: /cvsroot/opensdk/openSDK/src/antEnvBaseMsg.cc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- antEnvBaseMsg.cc 25 Apr 2007 18:46:46 -0000 1.23
+++ antEnvBaseMsg.cc 16 Jul 2007 16:17:40 -0000 1.24
@@ -863,7 +863,7 @@
}
-/** translate OpenSdkEndpointInfo states to TCPEndpointError */
+/** translate OpenSdkEndpointInfo states to UDPEndpointError */
static UDPEndpointError UDP_state_error(OpenSdkEndpointInfo::State state)
{
switch (state) {
|