--- libaitrpc/src/blob.c 2012/05/11 12:53:35 1.6.2.2 +++ libaitrpc/src/blob.c 2012/05/11 13:09:15 1.6.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: blob.c,v 1.6.2.2 2012/05/11 12:53:35 misho Exp $ +* $Id: blob.c,v 1.6.2.3 2012/05/11 13:09:15 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -326,7 +326,7 @@ rpc_cli_sendBLOB(rpc_cli_t * __restrict cli, ait_val_t if (ret) LOGERR; else - rpc_SetErr(ETIMEDOUT, "Timeout reached! Server not responde"); + rpc_SetErr(ETIMEDOUT, "Timeout reached! Server not respond"); return -1; } if (recv(cli->cli_sock, &hdr, sizeof hdr, 0) == -1) { @@ -424,7 +424,7 @@ rpc_cli_recvBLOB(rpc_cli_t * __restrict cli, ait_val_t if (len) LOGERR; else - rpc_SetErr(ETIMEDOUT, "Timeout reached! Server not responde"); + rpc_SetErr(ETIMEDOUT, "Timeout reached! Server not respond"); free(*data); *data = NULL; return 1; @@ -498,7 +498,7 @@ rpc_cli_delBLOB(rpc_cli_t * __restrict cli, ait_val_t if (ret) LOGERR; else - rpc_SetErr(ETIMEDOUT, "Timeout reached! Server not responde"); + rpc_SetErr(ETIMEDOUT, "Timeout reached! Server not respond"); return 1; } if (recv(cli->cli_sock, &hdr, sizeof hdr, 0) == -1) {