This commit is contained in:
Nj Subedi 2024-09-19 22:41:26 +02:00 committed by GitHub
commit 028b226714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,8 +72,8 @@ static int run_tests(void)
if (s->expect < 0) {
strerror_r(errno, err_string1, ERR_STRING_SZ);
fprintf(stderr, "socket(%d, %d, %d) expected "
"success got err (%s)\n",
fprintf(stderr, "Socket(%d, %d, %d) expected "
"success! Instead got error: (%s)\n",
s->domain, s->type, s->protocol,
err_string1);