X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5d03669979a0faed6caec3d32f7caac9321eb160..6b3ab9337d87e3a0585fb990fa2dd40d99c89381:/test/src/client.c?ds=sidebyside diff --git a/test/src/client.c b/test/src/client.c index c1ac6b7f1..f34cf784c 100644 --- a/test/src/client.c +++ b/test/src/client.c @@ -939,7 +939,7 @@ while (fgets(CS outbuffer, sizeof(outbuffer), stdin) != NULL) } else { - printf("Enexpected EOF read\n"); + printf("Unexpected EOF read\n"); close(sock); exit(80); }