X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/5d03669979a0faed6caec3d32f7caac9321eb160..41468ba140a1678e7491534fa3cddded53e1e6d2:/test/src/client.c 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); }