summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-01-28 14:21:19 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-01-28 14:21:19 +0000
commit2a27d0e4e61c2eecbb9557e8ad5d0a55077ee4ff (patch)
tree541499460deec89410ad8f28f59935e1d5331329 /test/src
parentdcd037631f32cdaed817d40ac086f4d933f51bd0 (diff)
Testsuite: testcase for DKIM bug 2029
Diffstat (limited to 'test/src')
-rw-r--r--test/src/client.c2
1 files changed, 1 insertions, 1 deletions
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);
}