--- projects/cms/source/ihost/ihost.c 2004/01/07 11:37:10 1.48 +++ projects/cms/source/ihost/ihost.c 2004/01/18 23:29:15 1.49 @@ -241,7 +241,7 @@ int tcp_comm(FILE *f, char *send, char **response, cha *response=fpgetline(f); fseek(f, 0, SEEK_CUR); - if(*response!=NULL) log_msg(LOG_DEBUG, "Recieved %s", *response); + if(*response!=NULL) log_msg(LOG_DEBUG, "Received %s", *response); if( (*response==NULL) || (strcmp(*response, "ERROR")==0) ) return -1;